keepalive-for-react
keepalive-for-react copied to clipboard
React KeepAlive is a component that can cache the state of the component and reuse it when needed.
Results
4
keepalive-for-react issues
Sort by
recently updated
recently updated
newest added
当{outlet}为qiankun子应用时,会导致跳转无法显示内容
**Describe the bug** 使用 antd protable 横向滚动条错位
如果缓存的是的组件中有Iframe 已现在的模式隐藏在显示就会导致iframe 重新加载。 这是 iframe 的特性。所以如何使用 display: none; 的模式?没有发现对应的示例和实现。