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