We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad4d82 commit 6c11922Copy full SHA for 6c11922
packages/signals/signals/src/core/processor/sandbox.ts
@@ -341,7 +341,5 @@ export class NoopSandbox implements SignalSandbox {
341
execute(_signal: Signal, _signals: Signal[]) {
342
return Promise.resolve(undefined)
343
}
344
- destroy(): void | Promise<void> {
345
- return
346
- }
+ destroy(): void {}
347
0 commit comments