**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Using React 16. With react-trello as current version 2. 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} />` 3. 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** <img width="1277" alt="image" src="https://github.com/rcdexta/react-trello/assets/16128567/568f240e-3f0d-449d-b699-e271d557f112"> **Desktop (please complete the following information):** - OS: macOs Monterey version 12.6.8 - Browser: chrome - Version: 119.0.6045.159 (Official Build) (x86_64)