Gildas Garcia

Results 188 comments of Gildas Garcia

Hi Wes, I actually tried to achieve that but all the solutions I tried had several drawbacks. I'm still working on it but I would appreciate some help!

Yes, this has been fixed in `3.19.0`. Please upgrade.

Then please provide us a way to reproduce the issue.

Well, I just tried the following steps: ``` npx create-react-app test cd test npm i react-admin ra-data-fakerest @material-ui/[email protected] ``` Then updated the `App.js` file like this: ```jsx import { Admin...

I believe you but until I can't reproduce it, I can't fix it

Set up a public repo I could use to investigate?

I just cloned the repo, ran `npm install` and `npm start` and it seems to work fine. Maybe it's related to the version of npm you're using? What is it?

Thanks @rohan-techahead, I tried again from a clean clone of your repository, this time using node `v14.17.6` and npm `v6.14.15`. I'm still unable to reproduce the issue. Have you tried...