-
-
Notifications
You must be signed in to change notification settings - Fork 694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid ResizeObserver loop limit exceeded #1025
Comments
I've started to get this issue also, Is there any work around? In debug we get this message popping up all the time |
Hi, same here.
|
I just started experiencing the same issue, with a nested SortableContexts. Any workaround for this? |
Hello, same here |
While listening on window error events
ResizeObserver loop limit exceeded
pops up in Chrome while dragging items between different sortable contexts. Not always but from time to time. (In FirefoxResizeObserver loop completed with undelivered notifications.
)The issue is described here: WICG/resize-observer#38
caused most likely by this hook: useResizeObserver
A solution would be a
requestAnimationFrame
wrapper (see airbnb/visx#335)Using versions
@dnd-kit/[email protected]
@dnd-kit/[email protected]
@dnd-kit/[email protected]
The text was updated successfully, but these errors were encountered: