framerx-build-system icon indicating copy to clipboard operation
framerx-build-system copied to clipboard

Minified React error in Material UI

Open lessthanzero opened this issue 5 years ago • 0 comments

Hi. Thanks for the great tool!

I'm experimenting with https://github.com/mui-org/material-ui and trying to get its components work. I've succeeded in taking a Button in to Framer X, but other components give me this minified error (right on the workbench when I try to "draw" the component) http://reactjs.org/docs/error-decoder.html?invariant=130

Seems like the problem was with the minified React bundled in ./lib, but when I try to unbundle it (successfully based on the size and contents of index.js), I get the same error. I've also tried to use our production components with the entirely different webpack settings, but got the #130 error. Any idea how to solve this?

lessthanzero avatar Dec 24 '18 12:12 lessthanzero