Closed collinwu closed 9 years ago
You need one of the 1.0.0 prereleases of React Router, not v0.13.5.
@goatslacker Would it make sense to set up a peer dependency here?
switched over to "react-router": "^1.0.0-rc3"
and it works now! Cheers!
thanks @taion !
should I leave this issue open in case @goatslacker goatslacker wants to comment?
Yeah peer dependency is fine.
Not sure what else to try. I spent a decent amount of time seeing if I could debug on my side, but no luck. Getting an invariant violation and some warning(s). See image below. I've also pasted my router.jsx and dependencies. I have another repo/project that uses almost identical code with slightly older versions and works fine. Any ideas?
My dependencies:
Here's where AltRouter is used: