Jean-Baptiste Kaiser

Results 132 comments of Jean-Baptiste Kaiser

Hi, Thanks for submitting this issue. I highly suspect this comes from this [RHF issue](https://github.com/react-hook-form/react-hook-form/issues/11794), into which we ran recently too, and which should be fixed in the next RHF...

Indeed this looks like some kind of race condition between the application of the defaultValues and the setup of useWatch. As stated in [react-hook-form's docs](https://react-hook-form.com/docs/usewatch), _`useWatch`'s execution order matters_. It...

Hi, Thank you so much for this suggestion, and for offering to work on this feature! :pray: > Further the below uses public urls which is probably not ideal but...

I used [@hello-pangea/dnd](https://github.com/hello-pangea/dnd) to solve this issue and it works just fine out of the box. [Instructions](https://github.com/atlassian/react-beautiful-dnd/issues/2399#issuecomment-1213532725) are really straightforward.

@fzaninotto That's a good question indeed. I guess it can't hurt to introduce a new "invalid value" message, which will help both the developer (to see that there is an...

Nice catch! I could reproduce with a fresh project created with create-react-admin. I suspect something linked to React 18 and Strict Mode which is probably enabled in dev mode but...

Alternatively you can also use codesandbox: https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/simple

Got the approval! :tada: Also, realizing this will also fix https://github.com/marmelab/react-admin/issues/9695

Thanks for submitting this issue. I confirm form submission is slow when there are many items in the ArrayInput, however I don't observe such drastic slowdowns. Using the provided sandbox,...

Thank you for this additional information. Could you also specify what versions you had before? Do you have the issue when using the latest version of each lib? Thanks