Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fixtures] The removed ReactDOM.unstable_deferredUpdates method should be replaced in the fiber-triangle fixture #14945

Closed
mpelekh opened this issue Feb 24, 2019 · 2 comments
Labels
Resolution: Stale Automatically closed due to inactivity

Comments

@mpelekh
Copy link

mpelekh commented Feb 24, 2019

The error occurs when the "fiber-triangle" fixture is running.
fiber-triangle-error

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

@stale
Copy link

stale bot commented Jan 10, 2020

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.

@stale stale bot added the Resolution: Stale Automatically closed due to inactivity label Jan 10, 2020
@stale
Copy link

stale bot commented Jan 17, 2020

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!

@stale stale bot closed this as completed Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Stale Automatically closed due to inactivity
Projects
None yet
Development

No branches or pull requests

1 participant