We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
同一个子应用被快速加载多次,前一个 dom 节点会被卸载。如果有依赖 dom 节点的 promise 操作(比如说挂载 css 到 dom 上),应用就会 append。
在 qiankun 里针对这种情况增加 warning。
The text was updated successfully, but these errors were encountered:
问题:同一个子应用被快速加载多次,想问下这个场景是啥样的?
Sorry, something went wrong.
就假如你有一个子应用页面被当成组件使用,基座应用中有一个页面包含多个子应用页面。这时需要子应用同时加载多次。
No branches or pull requests
What happens?
同一个子应用被快速加载多次,前一个 dom 节点会被卸载。如果有依赖 dom 节点的 promise 操作(比如说挂载 css 到 dom 上),应用就会 append。
处理建议
在 qiankun 里针对这种情况增加 warning。
相关环境信息
The text was updated successfully, but these errors were encountered: