Skip to content

Commit b6548e7

Browse files
committed
fix: resolve import error
1 parent a23b6e6 commit b6548e7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/react-query/src/useMutation.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
'use client'
22
import * as React from 'react'
3-
import { MutationObserver, noop, notifyManager } from '@tanstack/query-core'
3+
import {
4+
MutationObserver,
5+
noop,
6+
notifyManager,
7+
shouldThrowError,
8+
} from '@tanstack/query-core'
49
import { useQueryClient } from './QueryClientProvider'
5-
import { shouldThrowError } from './utils'
610
import type {
711
UseMutateFunction,
812
UseMutationOptions,

packages/react-query/src/utils.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)