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 (#25209)
  • Loading branch information
sebmarkbage authored and rickhanlonii committed Oct 5, 2022
1 parent 69e0af4 commit 1fe2367
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 1fe2367

Please sign in to comment.