react-carousel
react-carousel copied to clipboard
Arrows proc Formik submit
Hi,
Default arrow buttons don't have a type defined, so they automatically submit the Formik form (button type defaults to type="submit").
You should define the type of arrow buttons to "button".