diff --git a/.changeset/chilled-spies-vanish.md b/.changeset/chilled-spies-vanish.md new file mode 100644 index 00000000..a63e480f --- /dev/null +++ b/.changeset/chilled-spies-vanish.md @@ -0,0 +1,5 @@ +--- +"@frames.js/render": patch +--- + +feat: add onMissingSigner callback to useFrame_unstable diff --git a/packages/render/src/unstable-use-frame.tsx b/packages/render/src/unstable-use-frame.tsx index 95a4f402..5703922e 100644 --- a/packages/render/src/unstable-use-frame.tsx +++ b/packages/render/src/unstable-use-frame.tsx @@ -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);