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 c3b62a1 commit 80a4c84Copy full SHA for 80a4c84
packages/reactivity/src/effect.ts
@@ -301,7 +301,7 @@ function cleanupEffect(e: ReactiveEffect) {
301
}
302
303
304
-//#endregion Ported from https://github.com/stackblitz/alien-signals/blob/2f3656041a183956a91f805582fcd33026ed46a3/src/system.ts
+//#region Ported from https://github.com/stackblitz/alien-signals/blob/2f3656041a183956a91f805582fcd33026ed46a3/src/system.ts
305
export interface IEffect extends Subscriber {
306
nextNotify: IEffect | undefined
307
notify(): void
0 commit comments