---------------------- Hmm, I don't know enough to give you a confident answer yet. The information extracts provided do not contain specific details about migrating to React Query v5 using Refine. I recommend checking the official Refine documentation(https://refine.dev/docs) for more detailed information on this topic. ---------------------- Note: you can ask me a follow up question by @ mentioning me again ----------------------
Hello @bombillazo we've discussed internally and since react-query has some breaking changes (ie: onSuccess, onError, onSettled etc.), we need to plan how we can do the upgrade, without doing breaking change for refine users. We may provide these callbacks on our new version, as a polyfill temporarily, so users won't have issues.
Would appreciate if you can create a GitHub issue, since you also did the upgrade and have some context, would be nice if you can provide us details, insights. We can continue discussion there and see how we can release it.
Is your feature request related to a problem? Please describe. We've created a branch to migrate our application code to RQ v5, but have refrained since Refine uses RQ under the hood and want t...