{{ message }}
[react-devtools] add parent stack tool#36825
Open
hoxyq wants to merge 1 commit into
Open
Conversation
0328ace to
1551255
Compare
239829e to
732d6c0
Compare
1551255 to
df36150
Compare
732d6c0 to
9596353
Compare
df36150 to
51d77b7
Compare
9596353 to
7650eb7
Compare
51d77b7 to
bb33716
Compare
7650eb7 to
40fc203
Compare
bb33716 to
d09d344
Compare
40fc203 to
cb80b3a
Compare
cb80b3a to
5209de3
Compare
d09d344 to
b01a911
Compare
5209de3 to
03443cd
Compare
b01a911 to
95d6af1
Compare
03443cd to
5d9183c
Compare
95d6af1 to
4b30f5b
Compare
5d9183c to
2e1c132
Compare
4b30f5b to
c0e912d
Compare
2e1c132 to
672865b
Compare
c0e912d to
b89a3d5
Compare
672865b to
6fd54b8
Compare
b89a3d5 to
8ed2c24
Compare
6fd54b8 to
95a3dca
Compare
8ed2c24 to
80096a6
Compare
95a3dca to
1ab6585
Compare
80096a6 to
21c7dbc
Compare
1ab6585 to
fc4dbc2
Compare
21c7dbc to
5e9100b
Compare
fc4dbc2 to
c81ca61
Compare
5e9100b to
c8dc4c4
Compare
c81ca61 to
b209d91
Compare
eps1lon
approved these changes
Jun 25, 2026
c8dc4c4 to
a7e8679
Compare
b209d91 to
7a75307
Compare
a7e8679 to
42e980c
Compare
7a75307 to
2ce59e5
Compare
42e980c to
ce66354
Compare
2ce59e5 to
23a82f6
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.

This PR adds a new
getParentStacktool to the Facade and an integration of it inreact-devtools-cdt-mcp.Similarly to the owner stack tool, it receives a
uidof a specific component and returns structural parent stack. For every node, it includesuid,name,type.