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
1、基座激活 micro-a 应用 2、卸载 micro-a, 激活 micro-b 应用 3、卸载 micro-b,再次激活 micro-a 应用(报错)
loadApp.ts:107 Uncaught TypeError: application 'micro-a' died in status SKIP_BECAUSE_BROKEN: Cannot read properties of null (reading 'firstChild')
可复现仓库:https://github.com/lfzs/qiankun-rc-vite/tree/main
查看 README.md 步骤
The text was updated successfully, but these errors were encountered:
@bravepg 您好,请问什么时候能修复呢?
Sorry, something went wrong.
qiankun 2.0 把节点挂载到了用户指定的节点下,然后做了 gc 和 dom 的重建工作
============ qiankun 3.0 直接复用了 dom 节点,然后做了 gc。
有两种改法:
个人觉得第一种更合理,你觉得呢 @kuitos
3.0 也是做了重建了
看来是这段代码有点 bug
3.0.0-rc.9,已经解决
[email protected] 版本如何处理呢
bravepg
No branches or pull requests
What happens?
1、基座激活 micro-a 应用
2、卸载 micro-a, 激活 micro-b 应用
3、卸载 micro-b,再次激活 micro-a 应用(报错)
Mini Showcase Repository(REQUIRED)
可复现仓库:https://github.com/lfzs/qiankun-rc-vite/tree/main
How To Reproduce
查看 README.md 步骤
Context
The text was updated successfully, but these errors were encountered: