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
[x ] I am running the latest version
[x] I checked the documentation and found no answer
[x] I checked to make sure that this issue has not already been filed
[ x] I'm reporting the issue to the correct repository (for multi-repository projects)
I have error after run command 'npm start':
Failed to compile.
./src/layouts/Admin.js
TypeError: Cannot read property 'type' of undefined
Occurred while linting /material-dashboard-react/src/layouts/Admin.js:43
at Array.forEach ()
The text was updated successfully, but these errors were encountered:
Thank you for your interest in working with our products.
This is actually an error from the react-scripts package, here is the link to the mentioned issue: facebook/create-react-app#7753
To solve the issue, please run the following: npm i -E [email protected].
[x ] I am running the latest version
[x] I checked the documentation and found no answer
[x] I checked to make sure that this issue has not already been filed
[ x] I'm reporting the issue to the correct repository (for multi-repository projects)
I have error after run command 'npm start':
Failed to compile.
./src/layouts/Admin.js
TypeError: Cannot read property 'type' of undefined
Occurred while linting /material-dashboard-react/src/layouts/Admin.js:43
at Array.forEach ()
The text was updated successfully, but these errors were encountered: