Paolo Bernardini
Paolo Bernardini
for me is different, but is not a constant, some time you need to repeat the steps in order to see it
https://user-images.githubusercontent.com/3963176/198023446-734269e6-835d-4ecd-af93-690334e9ba47.mp4
> @violabg, could you to reproduce the bug [here](https://codesandbox.io/s/w6q1e?file=/src/index.js)? no, this is working fine
` [submit] [before] onclose undefined [cancel] oncancel ▶ƒ () {} [submit] [after] onclose ▶ƒ () {} `
this is a new codesandbox https://codesandbox.io/s/react-advanced-cropper-filepond-forked-uux7uz?file=/src/App.js as you can see the first file is fine, if you add a second, it get stuck on a loading state, I think the...
> > @violabg, could you to reproduce the bug [here](https://codesandbox.io/s/w6q1e?file=/src/index.js)? > > Hm, I've sent the wrong link. [The right one](https://codesandbox.io/s/react-filepond-image-editor-resize-demo-forked-mepwgu?file=/src/index.js). is working, but you are right, is browser related,...
https://user-images.githubusercontent.com/3963176/198281092-4a120210-2749-4f8d-af5a-9e378e0ed46f.mp4 [submit] [before] onclose undefined [submit] onconfirm ▶ƒ () {} [submit] [after] onclose ▶ƒ () {} [submit] [before] onclose null [submit] onconfirm ▶ƒ () {} [submit] [after] onclose ▶ƒ ()...
> Guys, using component methods and state through ref is risky, and not a good practice. You should only do it if there is no other alternative and inform us...
> Yes. The migration to the functional component broke the ref, which was a risky use in the first place... Anyways, why you're not resetting the date using the Calendar's...
The first time you add one or more value and save it works, It happens when you try to update the field. Did you try that? Also mine wasn’t a...