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
Hi, there is a problem with types of formatMessage method.
formatMessage
Type '(item: string[]) => Element' is not assignable to type 'Node | ArrayElement | FunctionElement | (string & {}) | PrimitiveType | FormatXMLElementFn<number | boolean | Node | ArrayElement | FunctionElement | (string & {}) | null | undefined, string | ... 8 more ... | undefined>'.
The text was updated successfully, but these errors were encountered:
Hello @tomexx, sadly that's a common issue that comes from the root library formatjs, which I recommend to share this issue there.
formatjs
Sorry, something went wrong.
No branches or pull requests
Hi, there is a problem with types of
formatMessage
method.The text was updated successfully, but these errors were encountered: