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 c082df6 commit 16f1a39Copy full SHA for 16f1a39
packages/reactivity/src/system.ts
@@ -1,5 +1,5 @@
1
/* eslint-disable */
2
-// Ported from https://github.com/stackblitz/alien-signals/blob/v1.0.3/src/system.ts
+// Ported from https://github.com/stackblitz/alien-signals/blob/v1.0.4/src/system.ts
3
import type { ComputedRefImpl as Computed } from './computed.js'
4
import type { ReactiveEffect as Effect } from './effect.js'
5
0 commit comments