There was an error while loading. Please reload this page.
I'm using CreateReactApp and when I use:
import { Router, Route, hashHistory, IndexRoute } from 'react-router';
I've got error:
'react-router' does not contain an export named 'IndexRoute'
Does the api changed and tutorial is out of date?
I'm using CreateReactApp and when I use:
I've got error:
Does the api changed and tutorial is out of date?