Skip to content

Commit

Permalink
Remove some RSC subset entry points that were removed in the main ent…
Browse files Browse the repository at this point in the history
…ry point
  • Loading branch information
sebmarkbage committed Sep 8, 2022
1 parent fe55c0e commit 713d3c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/react/src/ReactSharedSubset.experimental.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export {
SuspenseList,
cloneElement,
createElement,
createMutableSource as unstable_createMutableSource,
createRef,
createServerContext,
experimental_use,
Expand All @@ -34,9 +33,7 @@ export {
useContext,
useDebugValue,
useDeferredValue,
useDeferredValue as unstable_useDeferredValue,
useMemo,
useMutableSource as unstable_useMutableSource,
useTransition,
version,
} from './React';

0 comments on commit 713d3c9

Please sign in to comment.