mirror of
https://github.com/supabase/supabase.git
synced 2026-07-01 01:25:54 +08:00
chore: Bump React Query to v5 (#40174)
* Bump the deps, refactor deprecated code.
* Migrate keepPreviousData usage.
* Migrate all uses of InfiniteQuery.
* Fix refetchInterval in queries.
* Migrate all use of isLoading to isPending in mutations.
* Fix accessing location in claim-project.
* Fix a bug in duplicate query keys.
* Migrate all queries to use isPending.
* Revert "Fix accessing location in claim-project."
This reverts commit 2a07df64b5.
* Revert the rss.xml file to master.
This commit is contained in:
@@ -29,7 +29,7 @@ export const WebhooksListTab = () => {
|
||||
'triggers'
|
||||
)
|
||||
|
||||
const { data: hooks, isLoading: isLoadingHooks } = useDatabaseHooksQuery({
|
||||
const { data: hooks, isPending: isLoadingHooks } = useDatabaseHooksQuery({
|
||||
projectRef: project?.ref,
|
||||
connectionString: project?.connectionString,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user