react-data-grid
react-data-grid copied to clipboard
add request animation frame to prevent resize observer limit loop exception
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
@nstepien @amanmahajan7 hi guys, how do you think is it possible to merge it in order to prevent this error in console?
Hey @nstepien @amanmahajan7 Can you guys please merge this? This will stop spamming sentry with issues. Thanks!
Could you create a reproducible demo first? It's probably better to let it crash than have the resize observer trigger re-renders infinitely.