adri1
adri1
Thanks for this report. Would you mind to provide a reproductible example using the [React-admin Stackblitz template](https://stackblitz.com/github/marmelab/react-admin/tree/master/examples/simple (v4))?
I can't either reproduce. Please, provide a reproductible example using the React-admin v4 [StackBlitz](https://stackblitz.com/github/marmelab/react-admin/tree/master/examples/simple (v4)) template. Of course, a PR is welcome :+1:
@QubitPi Is there anything left to do (step 1, step 2)?
Thanks for this report, after investigating, I can reproduce and see the error in the console. It seems this issue in related to #9498. Until it fixed, you can prevent...
Thanks for this report. Indeed, `` should accept `queryOptions` with `meta` inside. For now, you can use the `beforeGetManyReference` callback from the [`withLifecycleCallbacks`](https://marmelab.com/react-admin/withLifecycleCallbacks.html) helper to add `meta`: ```js const dataProvider...
Indeed, the #9750 adds the possibility to pass `queryOptions` to the `` component as you can see in the [`WithMeta` story](https://github.com/marmelab/react-admin/blob/aa4f26b2e10aac5cc0c31865b6a8b9f77bc463bc/packages/ra-ui-materialui/src/field/ReferenceManyField.stories.tsx#L105). Thanks for pointing this @Dreamsorcerer. So I'm closing this...
Thanks for this report and the sandbox :pray: However, tweaking the reproductible [react-admin-sanbox](https://codesandbox.io/p/devbox/react-admin-delayed-sync-56pg7h) by moving the `document.querySelector('input[id="username-ra"]');` before the `useEffect` solves the issue you describe. ```js const raInput = document.querySelector('input[id="username-ra"]');...
IMO and after some investigations, setting your own state to change the choices collides with the `` logic and it leads to this behavior. I think a good way to...
Hi @Mex7180, it appears no one is working on this issue yet. So yes, you can give a try! Don't forget to read our [Contribution Guidelines](https://github.com/marmelab/react-admin#contributing) first, and to target...
Hello Alan, Thanks for your reply :slightly_smiling_face: As François said, I'm working with the React-Admin core team and while I was testing Api-Platform and the Api-Platform-Admin client, I was facing...