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
A warning appears when using Infos component when id is not provided (id can be undefined)
The text was updated successfully, but these errors were encountered:
Hard to say how to correct it, we tried some things with @JLou We cannot rely on the definition or word property because they are ReactNode.
One solution would be to make the id required but that would make a breaking change so we might let it like that for v1 and change in next version.
Sorry, something went wrong.
fix(slash): fix console warning when using Infos component when id is…
d5f9658
… not provided Ref: #648
0c4cb1f
Successfully merging a pull request may close this issue.
A warning appears when using Infos component when id is not provided (id can be undefined)
The text was updated successfully, but these errors were encountered: