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
react-intl createIntl支持以下属性:
目前locale插件中的createIntl方法不支持自定义传入额外参数
由于想自定义react-intl的错误消息输出,需要自定义onError函数。 目前无法实现
onError
The text was updated successfully, but these errors were encountered:
这个可以配置在 runtime app.ts 里,后续加上
app.ts
Sorry, something went wrong.
可以来个 PR
// app.ts export const locale = { createIntl: { // ... } }
No branches or pull requests
What happens?
react-intl createIntl支持以下属性:
目前locale插件中的createIntl方法不支持自定义传入额外参数
由于想自定义react-intl的错误消息输出,需要自定义
onError
函数。目前无法实现
The text was updated successfully, but these errors were encountered: