-
Notifications
You must be signed in to change notification settings - Fork 49.2k
Closed
Description
The current behavior
The full value of the key
is very difficult / impossible to find and use in the interface of the React Devtools.
Only managed to find it by accident :(
The expected behavior
The key
is visible in the props list to the right.
Detailed Proposal
As mentioned below in #18702 (comment)
Add a light divider and new section in the props panel to the right.
Potentially also add a question mark that shows an explanation about the fact that things in this section are not really props.
Ref (Original implementation): facebook/react-devtools#328