Gildas Garcia
Gildas Garcia
Would you mind adding a story for it? We don't have any for this component so take inspiration from the `Logout.stories.tsx`. Thanks!
It's a known issue with react-hook-form. There are several issues no this in their repository: https://github.com/react-hook-form/react-hook-form/issues?q=is%3Aissue%20disabled%20. Some are fixed but the fixes have not been released yet. If you can,...
Thanks for reporting this. Please provide a sample application showing the issue by forking the following Stackblitz (https://stackblitz.com/github/marmelab/react-admin/tree/master/examples/simple).
I can't reproduce your issue in the stackblitz you provided, at least not in a chromium browser. What browser are you using? 
Thanks for the great report! Confirmed
No but feel free to lend a hand
So I finally managed to track down the issue. It seems to only happen in `development` mode inside `React.StrictMode`. Still investigating to fix it.
Thanks for reporting this. Please provide a sample application showing the issue, preferably a sandbox forked from - https://codesandbox.io/p/github/marmelab/react-admin-sandbox/main (v5) - https://stackblitz.com/github/marmelab/react-admin/tree/master/examples/simple (v5) - https://stackblitz.com/github/marmelab/react-admin/tree/4.x/examples/simple (v4)
@saloua-ch There is no version `6.5.4`. We still need a way to reproduce
> So do I understand you correctly, that react-admin assumes that the data providers return raw json? No, react-admin is backend agnostic. However we do have some defaults on the...