Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
poteto committed Sep 24, 2024
1 parent 3d89dd0 commit 5e4a68c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/index.development.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ export {
act, // DEV-only
captureOwnerStack, // DEV-only
} from './src/ReactClient';

export {useMemoCache as c} from './src/ReactHooks';
2 changes: 2 additions & 0 deletions packages/react/index.experimental.development.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ export function experimental_useOptimistic<S, A>(
}
return useOptimistic(passthrough, reducer);
}

export {useMemoCache as c} from './src/ReactHooks';
2 changes: 2 additions & 0 deletions packages/react/index.experimental.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,5 @@ export function experimental_useOptimistic<S, A>(
}
return useOptimistic(passthrough, reducer);
}

export {useMemoCache as c} from './src/ReactHooks';
2 changes: 2 additions & 0 deletions packages/react/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,5 @@ export {
useActionState,
version,
} from './src/ReactClient';

export {useMemoCache as c} from './src/ReactHooks';

0 comments on commit 5e4a68c

Please sign in to comment.