Skip to content

Commit 2775c6e

Browse files
committed
Fix missed Immer imports
1 parent 4ad4523 commit 2775c6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/toolkit/src/query/core/buildSlice.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ import {
5252
type QueryDefinition,
5353
} from '../endpointDefinitions'
5454
import type { Patch } from 'immer'
55-
import { isDraft } from 'immer'
56-
import { applyPatches, original } from '../utils/immerImports'
55+
import { applyPatches, original, isDraft } from '../utils/immerImports'
5756
import { onFocus, onFocusLost, onOffline, onOnline } from './setupListeners'
5857
import {
5958
isDocumentVisible,

0 commit comments

Comments
 (0)