mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
Move useMemoCache hook to react/compiler-runtime For Meta-internal purposes, we keep the export on `react` itself to reduce churn.
11 lines
256 B
JavaScript
11 lines
256 B
JavaScript
/**
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @flow
|
|
*/
|
|
|
|
export {useMemoCache as c} from './src/ReactHooks';
|