You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
I'm using useSignIn to create a custom sign-in button. However, I'm seeing that the qrCodeUri returned by the hook is always undefined. I think I'm following the example here quite closely. Am I misunderstanding its usage?
How can it be reproduced? (optional)
I am on version "@farcaster/auth-kit": "^0.1.4",
This is a tiny snippet of my code, where this component is wrapped by a parent AuthKitProvider
qrCodeUri seems to be updated to url in 0.2.2 and going through the code in <SigninButton> it seems that we need to first add these lines, then url will be available
What is the bug?
I'm using
useSignIn
to create a custom sign-in button. However, I'm seeing that theqrCodeUri
returned by the hook is always undefined. I think I'm following the example here quite closely. Am I misunderstanding its usage?How can it be reproduced? (optional)
I am on version
"@farcaster/auth-kit": "^0.1.4",
This is a tiny snippet of my code, where this component is wrapped by a parent
AuthKitProvider
and qrCodeUri is
undefined
on every render.The text was updated successfully, but these errors were encountered: