Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Using React 16. With react-trello as current version
- Using this Board component from reac-trello
<Board cardDraggable={kanbanStyle === KANBAN_STYLES.status} className="task-kanban-container__board" style={{ backgroundColor: "#eaedf3" }} data={data} onCardClick={this.onCardClick} onCardMoveAcrossLanes={this.onCardMoveAcrossLanes} />
- You can see all these all bunches of warnings for illegal prop drilling taking place to the DOM, and then some warnings wtih style-components
Expected behavior
No warnings or errors to show
Screenshots

Desktop (please complete the following information):
- OS: macOs Monterey version 12.6.8
- Browser: chrome
- Version: 119.0.6045.159 (Official Build) (x86_64)