Formik Uncaught TypeError: Cannot read property 'getFieldProps' of undefined

Formik Uncaught TypeError: Cannot read property 'getFieldProps' of undefined

我正在使用 Formik 创建表单。当我以其中一种形式使用 FieldArray 时,出现错误 Field.tsx:81 Uncaught TypeError: Cannot read property 'getFieldProps' of undefined

为了验证我是否做错了什么,我从文档中复制了示例并使用了它。不幸的是,文档中的示例不起作用。知道为什么它会出错吗?

这是我复制到我的项目中的示例,但它不起作用:https://formik.org/docs/examples/field-arrays

终于想通了。我收到错误是因为 webpack/typescript 在监视模式下没有正确转换更改。重新启动 webpack 开发服务器解决了问题。