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

Broken on react 17 and 18 #522

Open amandahp opened 1 year ago

amandahp commented 1 year ago

Describe the bug Odd numbered cards simply dont appear on react 17 and 18. Rolling back react version to 16.4.0 made it work properly again.

To Reproduce Steps to reproduce the behavior: 1-Create a new project with react 17 or 18. 2- The data that is presented as example on the readme can be used. 3- Only one card will be shown. 4- If we keep adding cards, only the even numbered cards will appear on a given lane, the odd numbered cards will not be shown.

Expected behavior Show all cards