mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Re-added the selection message
This commit is contained in:
@@ -126,6 +126,9 @@ function InspectedElementContextController({ children }: Props) {
|
||||
// We'll poll for an update in the response handler below.
|
||||
sendRequest();
|
||||
|
||||
// Update the $r variable.
|
||||
bridge.send('selectElement', { id: selectedElementID, rendererID });
|
||||
|
||||
const onInspectedElement = (
|
||||
inspectedElementResponse: InspectedElementResponse | null
|
||||
) => {
|
||||
|
||||
Reference in New Issue
Block a user