marmelab / ra-supabase

Supabase adapter for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.
MIT License
142 stars 26 forks source link

Upgrade to RA 5? #60

Closed mrkpatchaa closed 1 week ago

mrkpatchaa commented 2 weeks ago

Hi Team, Is there a plan to upgrade this package to use with react-admin 5? Mainly in my case, the migration from react-query to @tanstack/react-query is breaking my app. query client error. Thanks.

slax57 commented 2 weeks ago

Yes we will definitely do that, stay tuned for the next release! If you'd like to give it a try yourself, a PR is also welcome of course! :slightly_smiling_face:

mrkpatchaa commented 2 weeks ago

Yes I thought of that. Hopefully I'll have time this weekend to work on that. I'll keep you posted if I have something working. Thanks.

mrkpatchaa commented 2 weeks ago

@slax57 I tried to put some changes in #61 I can't test locally and installing from my github fork isn't working. I'll leave it there. It can be a base for upgrading.