Nested routes in react-router

后端 未结 3 647
青春惊慌失措
青春惊慌失措 2020-12-14 01:03

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

3条回答
  •  遥遥无期
    2020-12-14 01:45

    I had similar problem. I think that following snippet could work for you:

    ...
    
      
      
    
      
    
    ...
    

提交回复
热议问题