Skip to content

Commit

Permalink
fix: module missing
Browse files Browse the repository at this point in the history
  • Loading branch information
normanzb committed Jan 27, 2025
1 parent ce3e3e0 commit 6d9409b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chilled-spies-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@frames.js/render": patch
---

feat: add onMissingSigner callback to useFrame_unstable
1 change: 0 additions & 1 deletion packages/render/src/unstable-use-frame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { useFrameState } from "./unstable-use-frame-state";
import { useFetchFrame } from "./unstable-use-fetch-frame";
import { useFreshRef } from "./hooks/use-fresh-ref";
import { tryCall, tryCallAsync } from "./helpers";
import { SignerMissingError } from "./errors";

function onErrorFallback(e: Error): void {
console.error("@frames.js/render", e);
Expand Down

0 comments on commit 6d9409b

Please sign in to comment.