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 e4af3dd commit 4d9c169Copy full SHA for 4d9c169
src/FieldArray.d.test.tsx
@@ -1,6 +1,6 @@
1
import * as React from 'react'
2
import { Form, Field } from 'react-final-form'
3
-import * as arrayMutators from 'final-form-arrays'
+import arrayMutators from 'final-form-arrays'
4
import { FieldArray } from './index'
5
6
const onSubmit = async (values: any) => {
0 commit comments