ckeditor / ckeditor5-react

Official CKEditor 5 React component.
https://ckeditor.com/ckeditor-5
Other
421 stars 100 forks source link

ResizeObserver loop limit exceeded #397

Open SimWooHyuk opened 1 year ago

SimWooHyuk commented 1 year ago

I used your @ckeditor/ckeditor5-react library, and when I was in window mode or full screen (resizing), I got an error saying 'ResizeObserver loop limit exceeded'

Witoso commented 1 year ago

This is an error from the third-party library, it looks like it's not harmful per this SO comment. We will keep this issue open for a while to check if it influences more projects.