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.
2 parents b774fe8 + 5292743 commit d60d618Copy full SHA for d60d618
libs/reactive-forms/src/lib/types.ts
@@ -21,7 +21,7 @@ export type ValuesOf<T extends ControlsOf<any>> = {
21
? ValuesOf<R>
22
: NonUndefined<T[K]> extends FormArray<infer R, infer C>
23
? R extends Record<any, any>
24
- ? ValuesOf<R>[]
+ ? ValuesOf<ControlsOf<R>>[]
25
: R[]
26
: NonUndefined<T[K]>;
27
};
0 commit comments