Seriously, for immediate help, just ask your question on the #formik channel on Reactiflux.
I have an array of tags, where the user can choose multiple tags from the dropdown. Tried implementing this with FieldArray of formik. But when the user is trying to delete one of the selected tags, remove method is throwing array.splice is not a function. But if the user submits the form, and tries to delete them it's working fine. Please use the below sandbox for reference.
https://codesandbox.io/s/priceless-cherry-5yxkh
❓Question
Seriously, for immediate help, just ask your question on the #formik channel on Reactiflux. I have an array of tags, where the user can choose multiple tags from the dropdown. Tried implementing this with FieldArray of formik. But when the user is trying to delete one of the selected tags, remove method is throwing array.splice is not a function. But if the user submits the form, and tries to delete them it's working fine. Please use the below sandbox for reference. https://codesandbox.io/s/priceless-cherry-5yxkh