I've got this issue with NODE_ENV=production
Version 0.18.0
I got the same error when using the AppBar component
I have a similar error but with the Checkbox component
https://facebook.github.io/react/docs/error-decoder.html?invariant=105&args[]=ToggleCheckBoxOutlineBlank
Revert on material-ui 0.17.4 and recompose 0.23.0 for now.
That is the version I was using.
I rolled back to [email protected] and [email protected] there's no errors now.
Was reverting to an order version of Material-UI useful? I would suspect reverting recompose enough.
Same here. Was on ^0.17.1 locally that got upgraded to 0.17.4 when installing through CI. Worked fine in 0.17.1 but this error appears both in 0.18.0 and 0.17.4.
Dug into it a bit more and this guy is right on the money about my issue from what I gathered.
Reverting to 0.17.1 in material-ui was the only safe version I could deploy to production with, FYI.
I was able to fix the problem by explicitly forcing recompose : "0.23.0"
as a dependency. No need to roll back either material-ui (0.18.0) or react (15.5.4)
I encountered the error with the NavigationMenu icon (inside of AppBar)
This might be a noob question, but how do you change the version of recompose included with create-react-app?
EDIT:
Nvm. Apparently I just need to run the eject
script.
recompse 0.23.4
released, should have fixed the issue
Update fixed my issue
Same goes here.
Great, things are going back to normal with https://github.com/callemall/material-ui/pull/6853.
Might be time to have a look at https://github.com/neoziro/recompact
Is this an issue on the next branch? I am getting this error on a clean create react app and adding "material-ui": "1.0.0-alpha.20"
I can open a new issue, just though I would check since I am getting the same exact error on a clean app in IE11.
Most helpful comment
recompse
0.23.4
released, should have fixed the issue