-
Notifications
You must be signed in to change notification settings - Fork 50.2k
Closed
Labels
Component: Developer ToolsStatus: UnconfirmedA potential issue that we haven't yet confirmed as a bugA potential issue that we haven't yet confirmed as a bug
Description
react/packages/react-devtools-shared/src/inspectedElementMutableSource.js
Lines 102 to 107 in f7cf077
| case 'not-found': | |
| // This is effectively a no-op. | |
| // If the Element is still in the Store, we can eagerly remove it from the Map. | |
| inspectedElementCache.remove(id); | |
| throw Error(`Element "${id}" not found`); |
Metadata
Metadata
Assignees
Labels
Component: Developer ToolsStatus: UnconfirmedA potential issue that we haven't yet confirmed as a bugA potential issue that we haven't yet confirmed as a bug