-
Notifications
You must be signed in to change notification settings - Fork 47.6k
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
DevTools: Flag "nested updates" in the Profiler UI #20236
Comments
purely as a reminder/FYI, React-Redux has always relied on this kind of a pattern to ensure top-down updates in
https://react-redux.js.org/api/hooks#stale-props-and-zombie-children no idea how that will end up changing with |
One important thing |
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
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! |
PR #20163 added a new (not yet released) phase to the Profiler API:
"nested-update"
. This phase is different from a regular"update"
because of the performance implications (see PR description for more background info).Would be nice if we could also flag these in the DevTools UI somehow.
The text was updated successfully, but these errors were encountered: