Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yarn replace-fork
Browse files Browse the repository at this point in the history
kassens committed Oct 17, 2022
1 parent 66171b4 commit 7c93caf
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -20,9 +20,9 @@ import type {Lane, Lanes} from './ReactFiberLane.old';
import type {OffscreenInstance} from './ReactFiberOffscreenComponent';

import {
getWorkInProgressRoot,
warnAboutUpdateOnNotYetMountedFiberInDEV,
throwIfInfiniteUpdateLoopDetected,
getWorkInProgressRoot,
} from './ReactFiberWorkLoop.old';
import {
NoLane,
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiberHooks.new.js
Original file line number Diff line number Diff line change
@@ -18,14 +18,14 @@ import type {
} from 'shared/ReactTypes';
import type {
Fiber,
FiberRoot,
Dispatcher,
HookType,
MemoCache,
EventFunctionWrapper,
} from './ReactInternalTypes';
import type {Lanes, Lane} from './ReactFiberLane.new';
import type {HookFlags} from './ReactHookEffectTags';
import type {FiberRoot} from './ReactInternalTypes';
import type {Flags} from './ReactFiberFlags';

import ReactSharedInternals from 'shared/ReactSharedInternals';

0 comments on commit 7c93caf

Please sign in to comment.