File tree Expand file tree Collapse file tree
x-charts/src/internals/store
x-tree-view/src/internals/hooks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/with-selector' ;
1+ import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/shim/ with-selector' ;
22import { ChartAnyPluginSignature , ChartState } from '../plugins/models' ;
33import { ChartsSelector } from '../plugins/utils/selectors' ;
44import { ChartStore } from '../plugins/utils/ChartStore' ;
Original file line number Diff line number Diff line change 1- import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/with-selector' ;
1+ import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/shim/ with-selector' ;
22import { TreeViewAnyPluginSignature , TreeViewState } from '../models' ;
33import { TreeViewStore } from '../utils/TreeViewStore' ;
44import { TreeViewSelector } from '../utils/selectors' ;
You can’t perform that action at this time.
0 commit comments