Skip to content
Advertisement

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:

JavaScript

Advertisement

Answer

You need to get browserHistory from the history module now.

JavaScript

Note that they changed the module API recently so if you are using the latest version the import slightly changed:

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement