diff --git a/package.json b/package.json
index 2a6bcf0..8e07dfa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@neynar/react",
- "version": "0.8.1",
+ "version": "0.8.2",
"description": "Farcaster frontend component library powered by Neynar",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.es.js",
diff --git a/src/components/molecules/FrameCard.tsx b/src/components/molecules/FrameCard.tsx
index f9e0cb7..8b292bc 100644
--- a/src/components/molecules/FrameCard.tsx
+++ b/src/components/molecules/FrameCard.tsx
@@ -127,10 +127,10 @@ function CastFrame({ frame, onFrameBtnPress }: { frame: NeynarFrame, onFrameBtnP
- {frame.input?.text && (
+ {localFrame.input?.text && (
handleSetInputValue(e.target.value)}
/>