TypeError: Cannot read property 'toUpperCase' of undefined - NavigationClose #1447
Labels
customization: css
Design CSS customizability
package: styles
Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.
v0.x
I'm getting the following error
Warning: React.createElement: type should not be null or undefined. It should be a string (for DOM elements) or a ReactClass (for composite components).
warning.js:48 Warning: Only functions or strings can be mounted as React components.
createRouter.js:275 Uncaught TypeError: Cannot read property 'toUpperCase' of undefined
If I remove NavigationClose from the AppBar, the error goes away.
currently running React v 0.13.1
react-router v 0.13.2
material-ui v 0.10.4
Code:
The text was updated successfully, but these errors were encountered: