You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built a library(A) with material-ui to use as a dependency and included it in another project and it works fine. Now when i run a production build of the new project (B), the part of my ui rendering A breaks, but this works perfectly when running in development.
Steps to reproduce
Versions
Material-UI: 1.0.0-beta.5
React: 15.5.4
Browser: Chrome
Is there a way to bundle this perfectly for production.
i'm currently doing
npm run build
The text was updated successfully, but these errors were encountered:
Problem description
I built a library(A) with material-ui to use as a dependency and included it in another project and it works fine. Now when i run a production build of the new project (B), the part of my ui rendering A breaks, but this works perfectly when running in development.
Steps to reproduce
Versions
Is there a way to bundle this perfectly for production.
i'm currently doing
The text was updated successfully, but these errors were encountered: