react-data-grid icon indicating copy to clipboard operation
react-data-grid copied to clipboard

add request animation frame to prevent resize observer limit loop exception

Open Karpengold opened this issue 3 years ago • 3 comments

Fix for "ResizeObserver loop limit exceeded" inspired by this topic: https://stackoverflow.com/questions/49384120/resizeobserver-loop-limit-exceeded

Related to https://github.com/adazzle/react-data-grid/issues/2712

Karpengold avatar Jun 19 '22 12:06 Karpengold

@nstepien @amanmahajan7 hi guys, how do you think is it possible to merge it in order to prevent this error in console?

Karpengold avatar Oct 04 '22 11:10 Karpengold

Hey @nstepien @amanmahajan7 Can you guys please merge this? This will stop spamming sentry with issues. Thanks!

damnitrahul avatar Oct 12 '22 05:10 damnitrahul

Could you create a reproducible demo first? It's probably better to let it crash than have the resize observer trigger re-renders infinitely.

nstepien avatar Oct 12 '22 11:10 nstepien