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
在子应用的bootstrap阶段发生错误,再也无法切换其他的子应用
稍微改动官方的例子可复现
例如在react15的index.js文件里加入一段会导致错误的代码
index.js
import 'antd/dist/antd.min.css'; import './index.css'; + console.log(a);
即可复现
The text was updated successfully, but these errors were encountered:
可以捕获全局错误吧:addGlobalUncaughtErrorHandler
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What happens?
在子应用的bootstrap阶段发生错误,再也无法切换其他的子应用
Mini Showcase Repository(REQUIRED)
稍微改动官方的例子可复现
例如在react15的
index.js
文件里加入一段会导致错误的代码import 'antd/dist/antd.min.css'; import './index.css'; + console.log(a);
即可复现
Context
The text was updated successfully, but these errors were encountered: