-
Notifications
You must be signed in to change notification settings - Fork 80
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
TypeError: onSubmitHook is not a function #122
Comments
These hooks didn't work for me on
Leaving this open until someone from std:accounts-ui responds with an official answer, and for anyone else who may be encountering the same issue. EDITAfter posting this comment I suddenly realized that my constructor state is probably overriding the
|
If anyone is interested, solved the issue - it's because my extended component |
Getting a type error originating from
LoginForm
component whenever a user is logged in with password:I noticed that the other
onSubmitHook
calls are called viathis.state.onSubmitHook
except this one.Update
Error also occurs when you submit Forgot Password.
Update No.2
Also getting the same error for
onPreSignUpHook
during password sign up:The text was updated successfully, but these errors were encountered: