You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When using Antd form, I'm getting error with onChange value.
The error started after trying to use the lib with react hooks.
The text was updated successfully, but these errors were encountered: