Replies: 1 comment
-
hello mate, did you figure it out? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On my form, I have a bug in the
onSubmit()
function, but this function is asynchronous. How can I log what's happening inside theonSubmit()
execution?For instance, I trigger the submit with
props.handleSubmit();
. Once execution reaches the function, log output is not displayed on the console. Please ask if you have questions, or if my explanation is unclear.Beta Was this translation helpful? Give feedback.
All reactions