Material-ui: Invariant Violation: Minified React error #105; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=105&args[]=NavigationArrowDropDown

Created on 12 May 2017  路  14Comments  路  Source: mui-org/material-ui

I've got this issue with NODE_ENV=production

Version 0.18.0

duplicate

Most helpful comment

recompse 0.23.4 released, should have fixed the issue

All 14 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

finaiized picture finaiized  路  3Comments

ghost picture ghost  路  3Comments

chris-hinds picture chris-hinds  路  3Comments

activatedgeek picture activatedgeek  路  3Comments

sys13 picture sys13  路  3Comments