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 c7cdfb9 commit 8c884daCopy full SHA for 8c884da
src/useForm.ts
@@ -910,7 +910,7 @@ export class FormStore {
910
const namePathList: InternalNamePath[] | undefined = provideNameList
911
? nameList.map(getNamePath)
912
: [];
913
-
+ // Same namePathList, but does not include Form.List name
914
const finalValueNamePathList = [...namePathList];
915
916
// Collect result in promise list
0 commit comments