This repository has been archived by the owner on Jun 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 911
Unexpected token < error when reloading course/:id route #88
Comments
mhesham32
changed the title
whn reload the browser in route course/:id
when reload the browser in route course/:id
Dec 14, 2017
Does the initial page load okay? |
every thing is ok when I click a course link i got the data of the course in the form but when reload i got the error and it says the error is in the bundle.js string-1 in the html page
|
That's odd. I suggest comparing your project to the final course exercise available under exercise files on the course page (look in the final module folder of the zip file). If that doesn't help, please share a link to your project on a GitHub repo and I'll give it a look. |
Wow, this one took me awhile to hunt down, but it's an easy mistake to make: In index.html, reference bundle.js with a leading slash. :) https://github.com/mhesham32/React-Redux/blob/master/src/index.html#L10 |
coryhouse
changed the title
when reload the browser in route course/:id
Unexpected token < error when reloading course/:id route
Dec 16, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i get this error instead of getting an empty form
The text was updated successfully, but these errors were encountered: