Skip to content
New issue

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

useSignIn should have default args #134

Open
codercody opened this issue Feb 10, 2024 · 0 comments
Open

useSignIn should have default args #134

codercody opened this issue Feb 10, 2024 · 0 comments
Labels

Comments

@codercody
Copy link

Getting a TypeScript error when I call useSignIn(): Expected 1 arguments, but got 0. The culprit is this line

export function useSignIn(args: UseSignInArgs) {

so useSignIn should have default args.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant