Content
@
0 reply
0 recast
0 reaction
artlu ๐ฉ
@artlu
how are y'all doing `sdk.actions.viewProfile()` ? I'm on @farcaster/frame-sdk v0.0.24 and my compiler says the property does not exist
4 replies
0 recast
8 reactions
J. Valeska ๐ฆ๐ฉ๐ซ
@jvaleska.eth
this way with this verison: "@farcaster/frame-sdk": "^0.0.26" (not sure when it was included) https://github.com/jvaleskadevs/farcaster-frames-v2-demo/blob/main/src/components/Demo.tsx#L231
1 reply
0 recast
4 reactions
Stephan
@stephancill
yeah was included in 0.0.26
1 reply
0 recast
1 reaction
artlu ๐ฉ
@artlu
upgrading broke my type imports, I used to be able to do something like import type { FrameContext } from "@farcaster/frame-sdk"; and it appears to have broken, maybe between @farcaster/
[email protected]
and @0.0.24 ? I fixed it with ye olde copy-paste, but this definitely falls under my "skill issue"
1 reply
0 recast
3 reactions
Dudecaster ๐ต๐๐ผ๏ธ
@dudecaster
I opened a PR for the mint-frame template from @horsefacts.eth that implements viewProfile, you can check the necessary changes for framecontext here: https://github.com/warpcast/mint-frame/pull/4/files
0 reply
0 recast
1 reaction