use-sync-external-store.production.js 387 B

12345678910111213
  1. /**
  2. * @license React
  3. * use-sync-external-store.production.js
  4. *
  5. * Copyright (c) Meta Platforms, Inc. and affiliates.
  6. *
  7. * This source code is licensed under the MIT license found in the
  8. * LICENSE file in the root directory of this source tree.
  9. */
  10. "use strict";
  11. var useSyncExternalStore = require("react").useSyncExternalStore;
  12. exports.useSyncExternalStore = useSyncExternalStore;