btholt / citr-v6-project

Project files for the Complete Intro to React v6, as taught for Frontend Masters
Apache License 2.0
482 stars 458 forks source link

Remove Link in Pets where Router is not yet used #1

Closed Anne-Victoria closed 3 years ago

Anne-Victoria commented 3 years ago

In Lesson 7 (component composition) routing has not yet been introduced, so the Link component cannot work here yet. Without removing the Link component the app crashes with Uncaught Error: Invariant failed: You should not use <Link> outside a <Router>

btholt commented 3 years ago

Oh I fixed this after you opened this, I should have just merged yours!