Jean-Baptiste Kaiser
Jean-Baptiste Kaiser
Hi @spyriaev , and thank you for this report. Can you check if you reproduce this issue with the demo project included in this repository? If you do, can you...
@mohammad-23 you're right this has been open for too long. We'll try to take some time to address this issue within the next 2 weeks.
No news for some time, closing.
I don't reproduce this issue in v4.6.1 in our storybook with the following (edited) story inside https://github.com/marmelab/react-admin/blob/master/packages/ra-ui-materialui/src/input/AutocompleteArrayInput.stories.tsx : ```tsx const BookEditWithReference = () => ( { console.log(data); }, }} >...
@magicxor thanks for your reply and for the sandboxes. Do you think you could provide a sandbox based on the [simple example](https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/simple)? I'm having a hard time working with sandboxes...
Besides, I had a quick look at the code from your reproduction project, and saw there are many places where you try advanced and custom features, that are beyond the...
@magicxor Thanks for the repro. ```js tags: [ // my API returns objects, not just IDs: { id: 2, name: 'Technology', published: false, }, { id: 4, name: 'Photo', published:...
Btw @magicxor , you might be interested in [this PR](https://github.com/marmelab/react-admin/pull/8511) if you are looking for a way to add lifecycle callbacks to your dataProvider :wink:
Quick update: I spent half a day trying to figure out what exactly is causing this warning, and how to work around it, but with no luck. I'm pretty convinced...
Fixed by https://github.com/marmelab/react-admin/pull/9656