Skip to content

Commit

Permalink
Fix animation frame (#91)
Browse files Browse the repository at this point in the history
* fix prod not working

* changeset

* fix formatting
  • Loading branch information
TGlide authored Jun 12, 2024
1 parent 87bf056 commit 572ba18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/bright-badgers-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"runed": patch
---

fix animationFrames
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { onMount, untrack } from "svelte";
import { untrack } from "svelte";
import { extract } from "../extract/index.js";
import type { MaybeGetter } from "$lib/internal/types.js";

Expand Down

0 comments on commit 572ba18

Please sign in to comment.