- import { useSyncExternalStore } from 'use-sync-external-store/shim';
- import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/shim/with-selector';
- import { initializeUseSelector } from './hooks/useSelector';
- import { initializeConnect } from './components/connect';
- initializeUseSelector(useSyncExternalStoreWithSelector);
- initializeConnect(useSyncExternalStore);
- import { getBatch } from './utils/batch';
- const batch = getBatch();
- export { batch };
- export * from './exports';
|