We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050ff86 commit 1d90372Copy full SHA for 1d90372
packages/feedback/src/core/components/Actor.ts
@@ -56,7 +56,6 @@ export function Actor({ triggerLabel, triggerAriaLabel, shadow, styleNonce }: Ac
56
logger.error(
57
'[Feedback] Error when trying to remove Actor from the DOM. It is not appended to the DOM yet!',
58
);
59
- throw new Error('[Feedback] Actor is not appended to DOM, nothing to remove.');
60
}
61
},
62
show(): void {
0 commit comments