Skip to content

Tag: react-router

React router not showing browser history

I’m learning from this tutorial but I keep getting this error: ‘react-router’ does not contain an export named ‘browserHistory’. The file that has react-router is this: Answer You need to get browserHistory from the history module now. Note that they changed the module API recent…