React history.push() is updating url but not navigating to it in browser

后端 未结 7 848
误落风尘
误落风尘 2020-12-13 16:50

I\'ve read many things about react-router v4 and the npm history library to this point, but none seems to be helping me.

My code is functioning as expected up to t

7条回答
  •  爱一瞬间的悲伤
    2020-12-13 17:32

    Rendering this would refresh on route change

     `ReactDOM.render(
        
          
        ,
        document.getElementById("react-app")
      );`
    

    react-router-dom : 4.2.2

提交回复
热议问题