yo35 / kokopu-react

A React-based library to create and display chessboard and chess-related components.
https://www.npmjs.com/package/kokopu-react
GNU Lesser General Public License v3.0
6 stars 1 forks source link

findDomNode is deprecated in latest React version (StrictMode) #2

Closed JeffML closed 1 year ago

JeffML commented 1 year ago

Looks like the culprit is DraggableCore

Screenshot 2022-12-05 11 52 15 AM

yo35 commented 1 year ago

Fixed in 1.9.2, following the recommandation in https://github.com/react-grid-layout/react-draggable/issues/685

Thanks for reporting the issue.