Closed mhesham32 closed 6 years ago
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
<html lang="en">
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
i get this error instead of getting an empty form