You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this to my theme seems to have stopped it crashing, but not sure if there can be a guard for if that property exists?
fyi the code I'm using is around getMuiTheme, not a rawTheme. So i thought that would modify some type of base theme rather than create a new one from scratch.
I'm using a build off 14.0-rc2
FYI i'm using a meteor package and not quite sure how to rebuild material-ui from source
meteor packages enable me to point to an npm dependency, but otherwise I think I would have to create a new npm release to use your master... unless there's a build of that somewhere?
I'm trying to use a custom theme, and get an error:
Uncaught TypeError: Cannot read property 'leftNav' of undefined
at left-nav.js
related to #2527 ?
Adding
this to my theme seems to have stopped it crashing, but not sure if there can be a guard for if that property exists?
fyi the code I'm using is around getMuiTheme, not a rawTheme. So i thought that would modify some type of base theme rather than create a new one from scratch.
The text was updated successfully, but these errors were encountered: