{{ message }}
[react-devtools-cdt-mcp] add DOM element component lookup#36822
Open
hoxyq wants to merge 1 commit into
Open
Conversation
9676486 to
c17b5d5
Compare
eps1lon
approved these changes
Jun 22, 2026
8f33efd to
fd51733
Compare
c17b5d5 to
bdadf81
Compare
fd51733 to
4d003f5
Compare
e7e6646 to
336b0ef
Compare
4d003f5 to
7c90763
Compare
336b0ef to
bebdffa
Compare
7c90763 to
cd2f1d7
Compare
bebdffa to
1ebd606
Compare
cd2f1d7 to
2b8e81a
Compare
1ebd606 to
8ac01a7
Compare
2b8e81a to
3a78538
Compare
8ac01a7 to
f999442
Compare
3a78538 to
0125f3e
Compare
f999442 to
d8d5aa1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Integrates newly added
getComponentByHostInstancetool fromreact-devtools-facadeintoreact-devtools-cdt-mcp.The API uses
uidof the element from CDT MCP tree snapshot, but under the hood it gets converted to the DOM Element reference, which is exactly what we pass togetComponentByHostInstance.