iamshaunjp / Complete-React-Tutorial

All course files for the Complete React Tutorial on the Net Ninja YouTube channel.
1.77k stars 1.7k forks source link

Error: Invariant failed: You should not use <Link> outside a <Router> #12

Closed petrbartosek closed 2 years ago

petrbartosek commented 2 years ago

Hi and thanks a lot for your amazing tutorial. Could you advise me please what could be wrong? I think I did everything like you in tutorial, but in lesson 23, in a moment I overwrite <a> tag with <Link> tag the error comes.

Error: Invariant failed: You should not use <Link> outside a <Router>

I even copied the code from git to check it, but there is still something wrong.

Thanks for all tips. Petr

petrbartosek commented 2 years ago

Solved by restarting VS Code. Thanks. :)