Gildas Garcia

Results 188 comments of Gildas Garcia

Thanks for reporting this.

So after investigation, it appears `tsc` won't include the `undefined` in the `dts` file if we don't set the `strictNullChecks` to `true`. We definitely should and will but I can't...

As you may know, [`useFieldArray`](https://react-hook-form.com/api/usefieldarray) does not support validation so we added some support but we can't fix this issue. However, react-hook-form v8 adds [support for validation on the `useFieldArray`...

Can you elaborate on your usecase? What are you trying to achieve? I tried the code you put in the demo without having any issue. And please, follow the issue...

We plan to add them back in react-admin, hopefully in the next minor version

Thanks for your contribution. Would you mind opening an issue first with a link to a codesandbox showing the problem ?

So this might just be a documentation issue but I still think we should ensure adding the `` in your custom actions shouldn't crash if you haven't provided any filter...