josealejandro2928 / react-image-picker-editor

React library for the selection, edition and compression of images in png, jpeg and webp formats This package is made completely with html and css without any extra components or npm packages. It's based in functional components based in hooks, for optimization were used memo, useMemo and useCalback for avoiding any extra-renders.
https://www.npmjs.com/package/react-image-picker-editor
MIT License
27 stars 21 forks source link

buttons without type="button" are causing form submissions. #16

Open nawangwe opened 2 months ago

nawangwe commented 2 months ago

There doesn't seem to be a way to use this in a formik form without accidentally submitting when I press the edit button.