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 11import React from 'react'
2- import { useSyncExternalStore } from 'use-sync-external-store/shim/index.js '
2+ import { useSyncExternalStore } from '../reactjs/useSyncExternalStore '
33import {
44 Query ,
55 useQueryClient ,
Original file line number Diff line number Diff line change 11import React from 'react'
2- import { useSyncExternalStore } from 'use-sync-external-store/shim/index.js '
2+ import { useSyncExternalStore } from './useSyncExternalStore '
33
44import { ContextOptions } from './types'
55import { QueryKey , notifyManager } from '../core'
Original file line number Diff line number Diff line change 11import React from 'react'
2- import { useSyncExternalStore } from 'use-sync-external-store/shim/index.js '
2+ import { useSyncExternalStore } from './useSyncExternalStore '
33
44import { notifyManager } from '../core/notifyManager'
55import { MutationKey } from '../core/types'
Original file line number Diff line number Diff line change 11import React from 'react'
2- import { useSyncExternalStore } from 'use-sync-external-store/shim/index.js '
2+ import { useSyncExternalStore } from './useSyncExternalStore '
33
44import { notifyManager } from '../core'
55import { noop , parseMutationArgs } from '../core/utils'
Original file line number Diff line number Diff line change 11import React from 'react'
2- import { useSyncExternalStore } from 'use-sync-external-store/shim/index.js '
2+ import { useSyncExternalStore } from './useSyncExternalStore '
33
44import { QueryKey , QueryFunction } from '../core/types'
55import { notifyManager } from '../core/notifyManager'
Original file line number Diff line number Diff line change 11// @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 11// @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