You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-dom.development.js:26793 Uncaught Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
was observed when I was dragging the ResizableHandler left and right multiple times.
react-dom.development.js:26793 Uncaught Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
at throwIfInfiniteUpdateLoopDetected (react-dom.development.js:26793:11)
at getRootForUpdatedFiber (react-dom.development.js:7627:3)
at enqueueConcurrentHookUpdate (react-dom.development.js:7518:10)
at dispatchSetState (react-dom.development.js:13073:16)
at resizeHandler (react-resizable-panels.browser.development.esm.js:2122:9)
at setResizeHandlerState (react-resizable-panels.browser.development.esm.js:2449:15)
at eval (react-resizable-panels.browser.development.esm.js:715:5)
at Set.forEach (<anonymous>)
at updateResizeHandlerStates (react-resizable-panels.browser.development.esm.js:710:28)
at HTMLBodyElement.handlePointerMove (...
System Info
Tried both Arc and Chrome browsers, got the same error.
Before submitting
I've made research efforts and searched the documentation
I've searched for existing issues
The text was updated successfully, but these errors were encountered:
Describe the bug
console error of
was observed when I was dragging the ResizableHandler left and right multiple times.
Affected component/components
Resizable
How to reproduce
/package.json:
"react-resizable-panels": "^2.1.7",
...
/components/ui/resizable.tsx:
Codesandbox/StackBlitz link
No response
Logs
System Info
Before submitting
The text was updated successfully, but these errors were encountered: