File tree Expand file tree Collapse file tree 7 files changed +7
-11
lines changed Expand file tree Collapse file tree 7 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
- import { useSyncExternalStore } from 'use-sync-external-store/shim/index.js '
2
+ import { useSyncExternalStore } from '../reactjs/useSyncExternalStore '
3
3
import {
4
4
Query ,
5
5
useQueryClient ,
Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
- import { useSyncExternalStore } from 'use-sync-external-store/shim/index.js '
2
+ import { useSyncExternalStore } from './useSyncExternalStore '
3
3
4
4
import { ContextOptions } from './types'
5
5
import { QueryKey , notifyManager } from '../core'
Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
- import { useSyncExternalStore } from 'use-sync-external-store/shim/index.js '
2
+ import { useSyncExternalStore } from './useSyncExternalStore '
3
3
4
4
import { notifyManager } from '../core/notifyManager'
5
5
import { MutationKey } from '../core/types'
Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
- import { useSyncExternalStore } from 'use-sync-external-store/shim/index.js '
2
+ import { useSyncExternalStore } from './useSyncExternalStore '
3
3
4
4
import { notifyManager } from '../core'
5
5
import { noop , parseMutationArgs } from '../core/utils'
Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
- import { useSyncExternalStore } from 'use-sync-external-store/shim/index.js '
2
+ import { useSyncExternalStore } from './useSyncExternalStore '
3
3
4
4
import { QueryKey , QueryFunction } from '../core/types'
5
5
import { notifyManager } from '../core/notifyManager'
Original file line number Diff line number Diff line change 1
1
// @ts -ignore
2
- // eslint-disable-next-line import/no-unresolved
3
- import { useSyncExternalStore } from 'use-sync-external-store/shim/index.native.js'
4
- export { useSyncExternalStore }
2
+ export { useSyncExternalStore } from 'use-sync-external-store/shim/index.native.js'
Original file line number Diff line number Diff line change 1
1
// @ts -ignore
2
- // eslint-disable-next-line import/no-unresolved
3
- import { useSyncExternalStore } from 'use-sync-external-store/shim/index.js'
4
- export { useSyncExternalStore }
2
+ export { useSyncExternalStore } from 'use-sync-external-store/shim/index.js'
You can’t perform that action at this time.
0 commit comments