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
Describe the bug When the description property of Card is a JSX the code works but emits a warning on console
Warning: Failed prop type: Invalid prop description of type object supplied to Card, expected string.
description
object
Card
string
To Reproduce Just create a card with a JSX element as description property
Expected behavior No warning on console
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When the description property of Card is a JSX the code works but emits a warning on console
To Reproduce
Just create a card with a JSX element as description property
Expected behavior
No warning on console
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: