-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Execute twice when strictmode #92
Comments
I'm having an issue where onComplete and other events are executing
twice inside a React Strict Mode component called FormAuthPin.
Thank you for the report, I will investigate as soon as I can.
|
Sorry for the long delay. I was able to reproduce the issue during tests, using the |
I dived a bit more into this issue, and it turns out that it is completely normal. According to their docs:
|
I'm having an issue where onComplete and other events are executing twice inside a React Strict Mode component called FormAuthPin.
My code:
example (when i'm typing the last number):
123456
Result:
(2x) 123456 value
The text was updated successfully, but these errors were encountered: