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
i keep getting this error everytime i try to load the application
TypeError: color.charAt is not a function
decomposeColor
node_modules/@material-ui/core/styles/colorManipulator.js:140
137 | return color;
138 | }
139 |
Recently I discovered that Material-UI has been updated to v4. I was suppuose that the error was due to the change of version, in the tuturial is using v3. Then I downgrade the dependencies, but is still a error with the original code without changes:
Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
Check the render method of App.
i think we have to draw out time to read the new material ui. Greetings!
i keep getting this error everytime i try to load the application
TypeError: color.charAt is not a function
decomposeColor
node_modules/@material-ui/core/styles/colorManipulator.js:140
137 | return color;
138 | }
139 |
The text was updated successfully, but these errors were encountered: