-
Notifications
You must be signed in to change notification settings - Fork 36
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
Uncaught Error: Element type is invalid: expected a string (for built-in components) #1
Comments
Stranger still.. |
i just started this tuto, just as i use Games (i didn't forget to import it ) i'm thinking it's because the router is in alpha, something changed |
This happened for me too... To fix it, I just made sure my react-router was the alpha |
Also be sure to remove node_modules |
Thank you @kelleysy ========================================== In this project, when I include '^4.0.0-alpha.6 After I do So something about this particular project, project A, is rewriting the version to beta Can anyone shed any light on why this project (project A) rewrites the version to beta.5? |
thanks @kelleysy this worked for me! |
I have just completed the 7th video of the series.
It is possible that I deleted the node_modules folder and re-ran npm install to make the following warning/error occur. I am on the hunt for the solution myself, but posting in the hopes that some else has had this issue and has been able to fix it.
I did try and rollback to a previous commit (hence the rm-rf node_modules) and haven't been able to fix the issue.
The text was updated successfully, but these errors were encountered: