Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug #24481

Closed
Shellanmonk opened this issue May 3, 2022 · 1 comment
Closed

Fix bug #24481

Shellanmonk opened this issue May 3, 2022 · 1 comment
Labels
Component: Developer Tools Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug

Comments

@Shellanmonk
Copy link

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`);

@eps1lon eps1lon added Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug Component: Developer Tools labels May 3, 2022
@eps1lon
Copy link
Collaborator

eps1lon commented May 3, 2022

Fixed by #24477 which hasn't been released yet.

@eps1lon eps1lon closed this as completed May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Developer Tools Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug
Projects
None yet
Development

No branches or pull requests

2 participants