We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0489ee0 commit d016d50Copy full SHA for d016d50
packages/react-reconciler/src/ReactFiberThrow.old.js
@@ -84,13 +84,8 @@ import {
84
import {
85
getIsHydrating,
86
markDidThrowWhileHydratingDEV,
87
-<<<<<<< packages/react-reconciler/src/ReactFiberThrow.old.js
88
- queueHydrationError,
89
-} from './ReactFiberHydrationContext.old';
90
-=======
91
queueIfFirstHydrationError,
92
-} from './ReactFiberHydrationContext.new';
93
->>>>>>> packages/react-reconciler/src/ReactFiberThrow.new.js
+} from './ReactFiberHydrationContext.old';
94
95
const PossiblyWeakMap = typeof WeakMap === 'function' ? WeakMap : Map;
96
0 commit comments