Viewing File: /home/ubuntu/misabloom-frontend-base/node_modules/react-redux/src/utils/useSyncExternalStore.ts

import type { useSyncExternalStore } from 'use-sync-external-store'
import type { useSyncExternalStoreWithSelector } from 'use-sync-external-store/with-selector'

export const notInitialized = () => {
  throw new Error('uSES not initialized!')
}

export type uSES = typeof useSyncExternalStore
export type uSESWS = typeof useSyncExternalStoreWithSelector
Back to Directory File Manager