form
form copied to clipboard
Cannot read property 'filter' of undefined
When using Antd form, I'm getting error with onChange value.
TypeError: Cannot read property 'filter' of undefined
at Object.getRules (createBaseForm.js:304)
at createBaseForm.js:444
at Array.forEach (<anonymous>)
at Object.validateFieldsInternal (createBaseForm.js:431)
at Object.onCollectValidate (createBaseForm.js:189)
at handleChange (PictureUpload.jsx:37)
at Upload._this.onChange (Upload.js:202)
at Upload._this.onStart (Upload.js:90)
at AjaxUploader.js:184
The error started after trying to use the lib with react hooks.
I'm facing the same issue, any possible solution to this?
@Prajwal-S-Venkatesh, did you solve this problem?