material-rollup
This project is an example reproduced using MaterialUI and rollup of a bug that is happening to the Material UI library.
Steps to reproduce
Library
$ clone this repo$ cd material-rollup$ yarn install$ yarn build or yarn start
Example (CRA app)
$ cd material-rollup/example$ yarn install$ yarn start