seamapi / react

Seam Components are a set of white-labeled UI elements that can be added to your application in seconds. Use them in any app as native web components or as React components and hooks.
https://react.seam.co
MIT License
7 stars 2 forks source link

Upgrade react-query to v5 #598

Closed phpnode closed 8 months ago

phpnode commented 8 months ago

This does change the signature of some of our hooks (isLoading -> isPending), but I'm not sure whether we consider the hooks part of our public API? cc @razor-x

razor-x commented 8 months ago

Yes, this would be a new major version.

Originally I imagined combining this with an update to the new SDK, but it's ok if we make that another major version. I'm trying to balance being too Sentimental with too much major version churn.

If we want to batch some breaking changes, we can start a next branch instead of putting this on main.