We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584ade2 commit 31634dfCopy full SHA for 31634df
src/useField.js
@@ -35,7 +35,7 @@ const useField = (name, form, subscription = all) => {
35
},
36
subscription
37
),
38
- [name, ...subscriptionToInputs(subscription)]
+ [name, form, ...subscriptionToInputs(subscription)]
39
)
40
let { blur, change, focus, value, ...meta } = state || {}
41
delete meta.name // it's in input
0 commit comments