React Router v4 Redirect not working

前端 未结 6 1503
北恋
北恋 2020-12-13 04:17

I have a route which redirects after checking a condition like this

(
Store.isFirstTime ? 

        
6条回答
  •  天涯浪人
    2020-12-13 04:41

    Be careful when composing the Router with other components like translation providers, theme providers, etc .. After some time I found that your App has to be strictly wrapped by the Router, like this:

    
      
        
          
            
          
        
      
    
    

    Hope this helps somebody

提交回复
热议问题