CJY0208 / react-router-cache-route

Route with cache for react-router V5 like <keep-alive /> in Vue
https://www.npmjs.com/package/react-router-cache-route
MIT License
1.14k stars 110 forks source link

请问 我进入三级路由后 使用this.props.history.goBack()回退到 二级页面 #145

Open coderwu-cmd opened 2 years ago

coderwu-cmd commented 2 years ago

请问 我进入三级路由后 使用this.props.history.goBack()回退到 二级页面 页面会短暂显示后变为空白页面,查看元素 发现是display: none了,请问这个问题如何解决

CJY0208 commented 2 years ago

可以提供 demo 吗?