react-sortable-pane
react-sortable-pane copied to clipboard
Resizing Panes Does NOT Work
Resizing of panes does not work. I'm assuming I'm not doing anything wrong since I literally copied the controlled and uncontrolled examples into a new and empty React project and neither worked.
React & React-dom: 18.2 Node: 18.4
I'm working with the same react, react-dom and node version and it is not working for me either.
@muellerluke StrictMode coudl be cause. If you are enclosing App by Reac.StrictMode node, could you remove it once?
FYI: https://github.com/atlassian/react-beautiful-dnd/issues/2350