Skip to content

Commit 5fda1dd

Browse files
chore: bump esm.sh/signal-polyfill to 0.2.2
1 parent 4955edb commit 5fda1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Signal } from "https://esm.sh/signal-polyfill@0.2.1";
1+
import { Signal } from "https://esm.sh/signal-polyfill@0.2.2";
22

33
export function isRef<T>(obj: unknown): obj is Reference<T> {
44
return (

0 commit comments

Comments
 (0)