-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property '@global' of undefined #16
Comments
+1. I've tried to manually |
Related issue: mui/material-ui#8652 Edit: see #20, this issue is indeed related to mistakes in the styles, like bad field name of a theme property. I fixed one of them but there can be some left. To fix this, I would advise to locally copy this package in your app |
Yes, the issue is from the "Components.AccountsLoginForm", I don't get the error if I commented that component out. |
Tested with the latest update and it was fixed 👍 |
I got the TypeError: Cannot read property '@global' of undefined at handleNestedGlobalContainerRule (node_modules/jss-global/lib/index.js:125:20) after upgrading the package from 1.10.1_9 to 1.11.2.
I followed those steps to install the npm modules and the error is still there.
$ meteor add erikdakoda:vulcan-material-ui
$ meteor npm install --save @material-ui/core
$ meteor npm install --save mdi-material-ui
$ meteor npm install --save react-autosuggest
$ meteor npm install --save autosuggest-highlight
The text was updated successfully, but these errors were encountered: