useSyncExternalStore.js 84 B

123
  1. export const notInitialized = () => {
  2. throw new Error('uSES not initialized!');
  3. };