benwinding / react-admin-import-csv

A csv file import button for react-admin
https://benwinding.github.io/react-admin-import-csv
MIT License
135 stars 46 forks source link

react-admin: 4.x material 5.x react 17 release #88

Open fkowal opened 2 years ago

fkowal commented 2 years ago

Hey,

Asking about the release that be compatible with the above

fkowal commented 2 years ago

https://github.com/benwinding/react-admin-import-csv/pull/89

i've fixed all the issues

but i don't really know what to do about the react-redux issue I am getting

anyone care of help?

cd demo
yarn start

react-admin 4.x doesn't use redux anymore so I added this module as dependency, but perhaps it could be remove all together

I am getting the following error

Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons: 1. You might have mismatching versions of React and the renderer (such as React DOM) 2. You might be breaking the Rules of Hooks 3. You might have more than one copy of React in the same app See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.