-
Notifications
You must be signed in to change notification settings - Fork 49.2k
Clean up findFiberByHostInstance from DevTools Hook #31711
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Comparing: 7283a21...be5cf17 Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: (No significant changes) |
The need for this was removed in #30831 Since the new DevTools version has been released for a while and we expect people to more or less auto-update. Future versions of React don't need this. Once we remove the remaining uses of `getInstanceFromNode` e.g. in the deprecated internal `findDOMNode`/`findNodeHandle` and the event system, we can completely remove the tagging of DOM nodes. DiffTrain build for [3b597c0](3b597c0)
The need for this was removed in #30831 Since the new DevTools version has been released for a while and we expect people to more or less auto-update. Future versions of React don't need this. Once we remove the remaining uses of `getInstanceFromNode` e.g. in the deprecated internal `findDOMNode`/`findNodeHandle` and the event system, we can completely remove the tagging of DOM nodes. DiffTrain build for [3b597c0](3b597c0)
I've root caused ericclemmons/click-to-component#99 to here. The part of |
This is the best alternative https://github.com/zh-lx/code-inspector?tab=readme-ov-file |
The need for this was removed in #30831
Since the new DevTools version has been released for a while and we expect people to more or less auto-update. Future versions of React don't need this.
Once we remove the remaining uses of
getInstanceFromNode
e.g. in the deprecated internalfindDOMNode
/findNodeHandle
and the event system, we can completely remove the tagging of DOM nodes.