react-router-component icon indicating copy to clipboard operation
react-router-component copied to clipboard

error when having no 'hash' attribute on the locations component

Open mgenev opened this issue 10 years ago • 0 comments

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

mgenev avatar Jan 11 '16 04:01 mgenev