react-router-component
react-router-component copied to clipboard
error when having no 'hash' attribute on the locations component
The router works fine with hash in place
<Locations hash className="Main">
but when I remove it, I get:
Uncaught (in promise) Error: Cannot read property 'props' of null(…)
version is 0.29.0 react is 0.14