Skip to content

Commit

Permalink
fix forks
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoff committed Apr 29, 2022
1 parent 0489ee0 commit d016d50
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/react-reconciler/src/ReactFiberThrow.old.js
Expand Up @@ -84,13 +84,8 @@ import {
import {
getIsHydrating,
markDidThrowWhileHydratingDEV,
<<<<<<< packages/react-reconciler/src/ReactFiberThrow.old.js
queueHydrationError,
} from './ReactFiberHydrationContext.old';
=======
queueIfFirstHydrationError,
} from './ReactFiberHydrationContext.new';
>>>>>>> packages/react-reconciler/src/ReactFiberThrow.new.js
} from './ReactFiberHydrationContext.old';

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

Expand Down

0 comments on commit d016d50

Please sign in to comment.