Skip to content

Commit d016d50

Browse files
committed
fix forks
1 parent 0489ee0 commit d016d50

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/react-reconciler/src/ReactFiberThrow.old.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,8 @@ import {
8484
import {
8585
getIsHydrating,
8686
markDidThrowWhileHydratingDEV,
87-
<<<<<<< packages/react-reconciler/src/ReactFiberThrow.old.js
88-
queueHydrationError,
89-
} from './ReactFiberHydrationContext.old';
90-
=======
9187
queueIfFirstHydrationError,
92-
} from './ReactFiberHydrationContext.new';
93-
>>>>>>> packages/react-reconciler/src/ReactFiberThrow.new.js
88+
} from './ReactFiberHydrationContext.old';
9489

9590
const PossiblyWeakMap = typeof WeakMap === 'function' ? WeakMap : Map;
9691

0 commit comments

Comments
 (0)