Gildas Garcia
Gildas Garcia
Seems like a good idea. Could you open a PR?
I agree this would be better. We had this before contexts were a thing. Unfortunately, this would be a breaking change so it'll have to wait for v5
> This can't work because the component would render outside of , and therefore wouldn't have access to the RecordContext. I think portals actually solve this issue. Although it will...
Hi, and thanks for your question. As explained in [the react-admin contributing guide](https://github.com/marmelab/react-admin/blob/master/.github/CONTRIBUTING.md), we use the GitHub issues for bugs and feature requests only. For support question ("How To", usage...
Reproduced. Thanks
I would definitely recommend switching to react-query.
Thanks for reporting this. Please provide a sample application showing the issue by forking the following CodeSandbox (https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/simple).
You can probably fake it in the dataProvider with a timeout, can't you?
This actually makes sense inside a `ReferenceArrayInput` as it expects a specific format for the values (array of ids). @tomek3e, would you mind explaining your use case? Otherwise, I'll mark...
> One key bit of missing functionality, and unfortunately I think it's intrinsic to the existing LifecycleHooks implementation is that we don't offer any ability to handle the previous file...