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 a838241 commit e16e94fCopy full SHA for e16e94f
src/FieldArray.js
@@ -67,7 +67,6 @@ export default class FieldArray extends React.PureComponent<Props, State> {
67
const { reactFinalForm } = this.context
68
if (reactFinalForm) {
69
const { mutators } = reactFinalForm
70
- console.info('mutators', mutators)
71
warning(
72
mutators && mutators.push && mutators.pop,
73
'Array mutators not found. You need to provide the mutators from final-form-arrays to your form'
0 commit comments