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
The error occurs when the "fiber-triangle" fixture is running.
The root cause is as follows: the removed ReactDOM.unstable_deferredUpdates() method is used to defer updates.
The requestIdleCallback() doesn't prevent the page stuttering when is used instead of the ReactDOM.unstable_deferredUpdates() (as was suggested at #13488 (comment)). This behavior could be tested at https://codesandbox.io/s/317vypvo9p
Notes: React v 16.8.3
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you!
The error occurs when the "fiber-triangle" fixture is running.
The root cause is as follows: the removed
ReactDOM.unstable_deferredUpdates()
method is used to defer updates.The
requestIdleCallback()
doesn't prevent the page stuttering when is used instead of theReactDOM.unstable_deferredUpdates()
(as was suggested at #13488 (comment)). This behavior could be tested at https://codesandbox.io/s/317vypvo9pNotes: React v 16.8.3
The text was updated successfully, but these errors were encountered: