btholt / complete-intro-to-react

A Complete Intro to React, as Given for Frontend Masters
https://frontendmasters.com/learn/react/
MIT License
1.06k stars 927 forks source link

MIME type error while in URL Parameters segment #113

Open laniehei opened 6 years ago

laniehei commented 6 years ago
mime

If your errors look like the ones above, it has to do with the ":id" section of the <Route path="/details/:id" component={Details} /> in your App.jsx file. I can't tell you why it does this, but inserting <base href="/" /> into your head tag in the index.html file seems to fix the issue.