Gildas Garcia
Gildas Garcia
> As far as I can remember `cloneElement` is used to augment the path of nested form controls e.g. inside `ReferenceManyInput` to have a unique location for the purpose of...
@tdni any news on this one?
Isn't it because you have both form level and input level validation? react-hook-form does not support both on the same form, as explained in our documentation (https://marmelab.com/react-admin/Validation.html): > https://marmelab.com/react-admin/Validation.html
This is fixed in v5 thanks to #9781. To solve it in v4, you'll have to override your inputs `helperText`.
Thanks! Isn't it a duplicate of #9332?
> Wait an undisclosed amount of time or another year for remix to release v3 as they announced in their blog post https://remix.run/blog/remix-heart-vite they don't want to "be building a...
tsup won't do. We can't have TS source maps with it
It appears the `useDelete` updates the react-query cache entries for `getList` and `getOne` to remove the deleted element. The list is updated and the line containing the deleted record is...
It's already possible to bypass the introspection and pass the [schema](https://github.com/marmelab/react-admin/tree/master/packages/ra-data-graphql#introspection-options) yourself so I'm not sure about what we should add or modify here. That means, you can already save...
Yes, we'll work on this when we can. As this is documented, we don't consider it a bug though: - https://marmelab.com/react-admin/SimpleForm.html#warnwhenunsavedchanges - https://marmelab.com/react-admin/SimpleForm.html#warnwhenunsavedchanges - https://marmelab.com/react-admin/TabbedForm.html#warnwhenunsavedchanges Besides, the hooks we need...