Skip to content

Commit

Permalink
Sync permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Nov 13, 2024
1 parent f9e88b4 commit c3b62a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reactivity/src/effect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ function cleanupEffect(e: ReactiveEffect) {
}
}

//#endregion Ported from https://github.com/stackblitz/alien-signals/blob/10712e7de4691ff3933c7c7af2689d994c635ad7/src/system.ts
//#endregion Ported from https://github.com/stackblitz/alien-signals/blob/2f3656041a183956a91f805582fcd33026ed46a3/src/system.ts
export interface IEffect extends Subscriber {
nextNotify: IEffect | undefined
notify(): void
Expand Down

0 comments on commit c3b62a1

Please sign in to comment.