`react-admin` `v4`
strarsis opened this issue · 3 comments
strarsis commented
react-admin
v4
compatibility issues:
- This component expects the
Redux
framework, used inreact-admin
v3
, but removed inreact-admin
v4
. - The old
react
version inpeerDependencies
of this component is incompatible with the newer versionreact-admin
requires.
m4theushw commented
I don't have bandwidth to add support for new versions of react-admin. It's been a long time since I worked in a project using the framework and I'm not aware of latest changes to incorporate here. If you want to submit a PR feel free to do it.
strarsis commented
@m4theushw: Out of curiosity: What framework are you using now for admin UIs?
m4theushw commented
I don't know other frameworks that do the same thing of react-admin. This plugin was part of a feature I implemented in a project I worked as a freelancer. Since then, I didn't have other react-admin projects, but I would still use it today if needed.