preactjs / preact-compat

ATTENTION: The React compatibility layer for Preact has moved to the main preact repo.
http://npm.im/preact-compat
MIT License
950 stars 148 forks source link

Material-UI modal error after CRA build #508

Closed engmagdy87 closed 4 years ago

engmagdy87 commented 5 years ago

this issue appears after build the app with react v16.4.1 with material-ui v1.4.0

capture

marvinhagemeister commented 5 years ago

Do you have a code snippet or small repository where the bug can be reproduced?

engmagdy87 commented 5 years ago

this error appear after build and run serve -s build command and as u see, the error location doesn't appear in console except Modal.js:58

marvinhagemeister commented 5 years ago

@engmagdy87 Without any way to reproduce the issue I'm not sure how we can get to the bottom of it. The stacktrace of minified code is meaningless on it's own and nobody except you knows what's in Modal.js. We need more information about the issue you're experiencing.