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 ba78ecc commit e37c364Copy full SHA for e37c364
src/FieldArray.test.tsx
@@ -87,7 +87,7 @@ describe('FieldArray', () => {
87
const { getByTestId } = render(
88
<Form
89
onSubmit={onSubmitMock}
90
- mutators={arrayMutators as any}
+ mutators={arrayMutators as typeof arrayMutators}
91
subscription={{}}
92
>
93
{() => <FieldArray name="foo" component={MyComp} />}
0 commit comments