File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 77 * @flow
88 */
99
10- export { useMemoCache as c } from './src/ReactHooks ' ;
10+ export * from './src/ReactCompilerRuntime ' ;
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ import ReactSharedInternals from './ReactSharedInternalsClient';
6363import { startTransition } from './ReactStartTransition' ;
6464import { act } from './ReactAct' ;
6565import { captureOwnerStack } from './ReactOwnerStack' ;
66- import ReactCompilerRuntime from './ReactCompilerRuntime' ;
66+ import * as ReactCompilerRuntime from './ReactCompilerRuntime' ;
6767import { enableUseResourceEffectHook } from 'shared/ReactFeatureFlags' ;
6868
6969const Children = {
Original file line number Diff line number Diff line change 77 * @flow
88 */
99
10- import { useMemoCache } from './ReactHooks' ;
11-
12- export default {
13- c : useMemoCache ,
14- } ;
10+ export { useMemoCache as c } from './ReactHooks' ;
You can’t perform that action at this time.
0 commit comments