rcdexta / react-trello

Pluggable components to add a kanban board to your application
https://rcdexta.com/react-trello/
MIT License
2.2k stars 483 forks source link

Warning when Card description is a JSX element #540

Open allgood opened 7 months ago

allgood commented 7 months ago

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.

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):