UNPKG

@zag-js/preact

Version:

The preact wrapper for zag

9 lines (8 loc) 292 B
// src/use-sync-external-store.ts import { useSyncExternalStore as useSyncExternalStoreCompat } from "preact/compat"; function useSyncExternalStore(subscribe, getSnapshot, _getServerSnapshot) { return useSyncExternalStoreCompat(subscribe, getSnapshot); } export { useSyncExternalStore };