|
Last change
on this file since ba17441 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago |
|
Added visualizations
|
-
Property mode
set to
100644
|
|
File size:
387 bytes
|
| Line | |
|---|
| 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 |
|
|---|
| 11 | "use strict";
|
|---|
| 12 | var useSyncExternalStore = require("react").useSyncExternalStore;
|
|---|
| 13 | exports.useSyncExternalStore = useSyncExternalStore;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.