You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When multiple editors are mounted at once, they throw flushSync errors.
flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task.
Describe the bug
When multiple editors are mounted at once, they throw flushSync errors.
Similar to #1513.
To Reproduce
@edwandr helpfully created this minimal example that shows the issue. Load the page and then check the browser console.
Misc
The text was updated successfully, but these errors were encountered: