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
esm模式下, 使用addGlobalUncaughtErrorHandler捕获异常拿到的是全局所有error, 无法区分是否为qiankun抛出的异常. 直接用过qiankun/es/error.js引用又没法很好地区分esm和cjs
addGlobalUncaughtErrorHandler
qiankun/es/error.js
增加QiankunError统一导出
QiankunError
The text was updated successfully, but these errors were encountered:
3.0 没有 addGlobalUncaughtErrorHandler 这个 API 了
Sorry, something went wrong.
3.0 何年何月能出..能不能先在2.0暴露一下..就一个语句
No branches or pull requests
Background
esm模式下, 使用
addGlobalUncaughtErrorHandler
捕获异常拿到的是全局所有error, 无法区分是否为qiankun抛出的异常.直接用过
qiankun/es/error.js
引用又没法很好地区分esm和cjsProposal
增加
QiankunError
统一导出The text was updated successfully, but these errors were encountered: