react-admin-import-csv icon indicating copy to clipboard operation
react-admin-import-csv copied to clipboard

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

Open fkowal opened this issue 4 years ago • 1 comments

Hey,

Asking about the release that be compatible with the above

fkowal avatar Apr 25 '22 11:04 fkowal

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.

fkowal avatar Apr 26 '22 13:04 fkowal