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 6b0403b commit eb2f8deCopy full SHA for eb2f8de
packages/reactivity/src/system.ts
@@ -1,4 +1,4 @@
1
-// Ported from https://github.com/stackblitz/alien-signals/blob/8aa6ec512709527c4b3b8c17ff44b536e1371603/src/system.ts
+// Ported from https://github.com/stackblitz/alien-signals/blob/v0.4.14/src/system.ts
2
3
export interface IEffect extends Subscriber {
4
nextNotify: IEffect | undefined
0 commit comments