Resizable onExpand and onCollapse do not work. #2745
Unanswered
letahitien
asked this question in
Q&A
Replies: 2 comments
-
I downgraded to the following for 'react-resizable-panels' and all seems to be working!
|
Beta Was this translation helpful? Give feedback.
0 replies
-
For me onResize and onDragging break component's functionality i.e. dragging stops working when i do setState in the callback. console.log works tho. any ideas? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the Resizable component in a Next.js 14.1.0 project.
Here is the Resizable component:
And here's the code that doesn't work:
Collapse works correctly, but I get no feedback from the onCollapse and onExpand functions, whereas onResize works.
Beta Was this translation helpful? Give feedback.
All reactions