UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the Data Grid components (MUI X).

5 lines 278 B
import { useSyncExternalStore } from 'use-sync-external-store/shim'; const emptySubscribe = () => () => {}; const clientSnapshot = () => false; const serverSnapshot = () => true; export const useIsSSR = () => useSyncExternalStore(emptySubscribe, clientSnapshot, serverSnapshot);