File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
//import * as React from 'react'
2
2
import { React } from '../utils/react'
3
- import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/with-selector.js '
3
+ import { useSyncExternalStoreWithSelector } from './useSyncExternalStoreWithSelector '
4
4
import type { ReactReduxContextValue } from '../components/Context'
5
5
import { ReactReduxContext } from '../components/Context'
6
6
import type { EqualityFn , NoInfer } from '../types'
Original file line number Diff line number Diff line change 1
1
import * as React from 'react'
2
2
import is from '../utils/shallowEqual'
3
- import { useSyncExternalStore } from 'use-sync-external-store '
3
+ import { useSyncExternalStore } from 'react '
4
4
5
5
// Intentionally not using named imports because Rollup uses dynamic dispatch
6
6
// for CommonJS interop.
You can’t perform that action at this time.
0 commit comments