Skip to content

Commit

Permalink
chore: bump esm.sh/signal-polyfill to 0.2.1 (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 21, 2024
1 parent 3616d3b commit c0ca9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/state.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Signal } from "https://esm.sh/signal-polyfill@0.1.2";
import { Signal } from "https://esm.sh/signal-polyfill@0.2.1";

export function isRef<T>(obj: unknown): obj is Reference<T> {
return (
Expand Down

0 comments on commit c0ca9a6

Please sign in to comment.