Push() 位置,在地址栏中更改 URL 但它不呈现组件
Push() location, change URL in address bar but it doesn't render component
我使用 express
作为 nodeJs Web 应用程序服务器,react-redux-router
到浏览器的 push
新位置。将地址栏中的地址从 localhost:3000/admin
推送到 localhost:3000
后,但它保持在同一页面上。
我使用dispatch(push('/'))
来执行作业。
redux-logger :
[更新]
我用过 this solution 但它对我不起作用
用 withRouter 包装组件解决了我的问题。
我使用 express
作为 nodeJs Web 应用程序服务器,react-redux-router
到浏览器的 push
新位置。将地址栏中的地址从 localhost:3000/admin
推送到 localhost:3000
后,但它保持在同一页面上。
我使用dispatch(push('/'))
来执行作业。
redux-logger :
[更新]
我用过 this solution 但它对我不起作用
用 withRouter 包装组件解决了我的问题。