nathancahill / split

Unopinionated utilities for resizeable split views
https://split.js.org/
MIT License
6.14k stars 450 forks source link

React split not respecting updating `onDragEnd` event #712

Open phillipb opened 2 years ago

phillipb commented 2 years ago

For some reason, the code is not recreating a Split instance when onDragEnd, onDragStart or onDrag changes.

https://github.com/nathancahill/split/blob/master/packages/react-split/src/index.js#L36-L49