Migrating to v3
@suspensive/react-query v1 was originally added as one of TanStack Query’s community resources  and was a library that provided useSuspenseQuery
, useSuspenseQueries
and useSuspenseInfiniteQuery
to users of @tanstack/react-query v4.
Afterwards, as useSuspenseQuery
, useSuspenseQueries
, and useSuspenseInfiniteQuery
were officially added to @tanstack/react-query v5 with changes interfaces such as enabled disappeared and queryOptions were received as one.
Therefore we made the interface of @suspensive/react-query v2 as similar to the official interface as possible to make it easier for existing users of @suspensive/react-query v1 to migrate to @tanstack/react-query v5.
However, because of the higher browser specifications (class private fields) required by @tanstack/react-query v5 , @tanstack/react-query v4 is still useful to many teams. Therefore, we will maintain support for @tanstack/react-query v4.