react-sortable-pane icon indicating copy to clipboard operation
react-sortable-pane copied to clipboard

Resizing Panes Does NOT Work

Open muellerluke opened this issue 3 years ago • 2 comments

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

muellerluke avatar Sep 23 '22 15:09 muellerluke

I'm working with the same react, react-dom and node version and it is not working for me either.

dtq-two avatar Dec 08 '22 12:12 dtq-two

@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

bamchoh avatar Apr 08 '23 05:04 bamchoh