api-platform / demo

Demo app for the API Platform framework
https://demo.api-platform.com
MIT License
298 stars 197 forks source link

chore: upgrade to react-admin v5 #421

Closed vincentchalamon closed 2 months ago

vincentchalamon commented 3 months ago

Fixes #412

https://marmelab.com/blog/2024/06/20/react-admin-v5.html https://marmelab.com/react-admin/doc/5.0/Upgrade.html

fzaninotto commented 3 months ago

This won't work as you're bundling 2 incompatible versions of react-admin (v5 as direct dependency, and v4 as dependency of @api-platform/admin).

You'll need to wait for https://github.com/api-platform/admin/pull/572 to be merged and released.

fzaninotto commented 3 months ago

What's left to get it finished? Do you need a hand?

vincentchalamon commented 3 months ago

I need to investigate why the @read E2E tests are failing. Feel free to check if you have some time :-)