I\'m setting up some nested routes within React-Router (v0.11.6 is what I\'m working against) but whenever I try and access one of the nested routes it triggers the parent r
I had similar problem. I think that following snippet could work for you:
... ...