-
Notifications
You must be signed in to change notification settings - Fork 249
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
SyntaxError: expected expression, got '<'[Learn More] breed.list:1 #3
Comments
Hello, I get the same error in Firefox. Chrome says it's a CORB issue:
I'm running this under W10 WSL. I tried cloning the repo at the specified commit and I am getting the same error. |
@cacheup you're getting an error related to babel. It's not interpreting the JSX correctly. Please check your files against Brian's. Have both of you run |
I thought I remembered Brian fixing this in the course by clearing out the Parcel cache with |
Just verified this. If you receive the To fix this error, you need to clear Parcel's cache with running |
I added this to my package.json, it's something I run when weird things happen. Just a reminder to myself that a bundler is in the middle of my code and the browser.
|
@scottcate so then I would npm run dev-clear and it will clear my cache for me? |
Yes, but as you can imagine the build is much slower, so that's what I did it as a second run script. |
Thanks a lot! 👍 I use create-react-app instead of Parcel. To use variables I changed API_KEY to REACT_APP_API_KEY. |
@1Marc bro, not working for me. |
my reach router says unable to resolve. can any one say why? |
SyntaxError: expected expression, got '<'[Learn More] breed.list:1
I'm not seeing the object in my console instead this error pops up.
The text was updated successfully, but these errors were encountered: