Skip to content

Commit

Permalink
Facebook: merge react index.classic.fb and index.modern.fb (#29025)
Browse files Browse the repository at this point in the history
Facebook: merge react index.classic.fb and index.modern.fb

These export the same.

NOTE: The 2 builds are still different based on flags and other forked
files.
  • Loading branch information
kassens committed May 8, 2024
1 parent 6946ebe commit b1d4096
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 80 deletions.
28 changes: 14 additions & 14 deletions packages/react/index.classic.fb.js → packages/react/index.fb.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,50 +10,50 @@
export {
__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
act,
cache,
Children,
Component,
Fragment,
Profiler,
PureComponent,
StrictMode,
Suspense,
cloneElement,
Component,
createContext,
createElement,
createRef,
use,
experimental_useEffectEvent,
forwardRef,
Fragment,
isValidElement,
lazy,
memo,
cache,
Profiler,
PureComponent,
startTransition,
StrictMode,
Suspense,
unstable_Activity,
unstable_TracingMarker,
unstable_DebugTracingMode,
unstable_getCacheForType,
unstable_LegacyHidden,
unstable_Scope,
unstable_SuspenseList,
unstable_getCacheForType,
unstable_TracingMarker,
unstable_useCacheRefresh,
useId,
use,
useActionState,
useCallback,
useContext,
useDebugValue,
useDeferredValue,
useEffect,
experimental_useEffectEvent,
useId,
useImperativeHandle,
useLayoutEffect,
useInsertionEffect,
useLayoutEffect,
useMemo,
useOptimistic,
useReducer,
useRef,
useState,
useSyncExternalStore,
useTransition,
useActionState,
version,
} from './src/ReactClient';

Expand Down
66 changes: 0 additions & 66 deletions packages/react/index.modern.fb.js

This file was deleted.

0 comments on commit b1d4096

Please sign in to comment.