We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The useSIWE() hook return is union-typed as any:
useSIWE()
connectkit/packages/connectkit/src/siwe/useSIWE.ts
Line 28 in 825f95e
That kills all type inference when using it
The text was updated successfully, but these errors were encountered:
any
Running into the same issue, tying is completely bricked for useSIWE() hook.
https://github.com/family/connectkit/blame/main/packages/connectkit/src/siwe/useSIWE.ts#L28C7-L28C7
Ping @lochie
Sorry, something went wrong.
Created PR fix: #322
@lochie @volkyeth
@ian-os changing the return types breaks a few other places. I have a fix for those as well in #317
Successfully merging a pull request may close this issue.
The
useSIWE()
hook return is union-typed as any:connectkit/packages/connectkit/src/siwe/useSIWE.ts
Line 28 in 825f95e
That kills all type inference when using it
The text was updated successfully, but these errors were encountered: