You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I have a useForm with watch as on the image (am talking about the second useForm with watchExisting)
This is passed to the child component like
The child component consumes this like:
The problem is that the console.log does not happen at all with trainingExam change when using watch. Using useWatch (commented on the image) works as expected.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I have a
useForm
withwatch
as on the image (am talking about the seconduseForm
withwatchExisting
)This is passed to the child component like
The child component consumes this like:

The problem is that the
console.log
does not happen at all withtrainingExam
change when usingwatch
. UsinguseWatch
(commented on the image) works as expected.Beta Was this translation helpful? Give feedback.
All reactions