mastering-react icon indicating copy to clipboard operation
mastering-react copied to clipboard

Dealing with React Router updates

Open intrepion opened this issue 10 years ago • 0 comments

Okay, so I got this error when I finished the 7.1 video:

Error: Cannot find module 'react-router/lib/location'

So I copied a few lines from the official documentation, but not all of it, cause I wasn't really sure how it all worked

https://github.com/rackt/react-router/blob/master/docs/guides/advanced/ServerRendering.md

So I just copied a few lines to make it still work as intended from what I gathered from the video

intrepion avatar Oct 25 '15 02:10 intrepion