native expects a string but fid received is a number.
Context: https://linear.app/comm/issue/ENG-7679/type-mismatch-bug-in-farcaster-web-view-reactjs
Differential D11626
[lib] have landing send `fid` as a string and not a number will on Apr 10 2024, 11:19 PM. Authored by Tags None Referenced Files
Details native expects a string but fid received is a number. Context: https://linear.app/comm/issue/ENG-7679/type-mismatch-bug-in-farcaster-web-view-reactjs flow check. Checked on native that receiving correct string fid after connecting my farcaster account
Diff Detail
Event TimelineComment Actions thanks for catching this @will. I thought I addressed this but looking at connect-farcaster.react.js now I can see I accidentally only toString() the farcaster auth url. Would you mind updating this diff to remove the toString() for the auth url? It's typed as a string already so doesn't make sense to toString() a string |