-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: resize observer loop limit exception (#429)
In Kibana, we start getting error messages in TSVB describing that the ResizeObserver has reached the loop limit when used togheter with react-beautiful-dnd library. This fix the issue in Kibana updating the state on the next frame instead of the current one. fix elastic/kibana#48589
- Loading branch information
Showing
1 changed file
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters