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
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
pro-components/packages/form/src/BaseForm/BaseForm.tsx
Lines 708 to 711 in 32cb3b8
吞掉了onFinish中的异常,导致我在ErrorBoundary中无法捕获这个异常发送到 Sentry。 请问有方法可以解决这个问题吗?如果要在每个 调用里面去写这段逻辑会显得很啰嗦。
<ProForm onFinish={()=>throw Error("error")}></ProForm>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
🧐 问题描述
pro-components/packages/form/src/BaseForm/BaseForm.tsx
Lines 708 to 711 in 32cb3b8
吞掉了onFinish中的异常,导致我在ErrorBoundary中无法捕获这个异常发送到 Sentry。
请问有方法可以解决这个问题吗?如果要在每个 调用里面去写这段逻辑会显得很啰嗦。
💻 示例代码
🚑 其他信息
The text was updated successfully, but these errors were encountered: