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 d45bdd0 commit adc2f78Copy full SHA for adc2f78
packages/react-reconciler/src/ReactChildFiber.js
@@ -1974,8 +1974,6 @@ function createChildReconciler(
1974
if (debugInfo != null) {
1975
for (let i = debugInfo.length - 1; i >= 0; i--) {
1976
if (typeof debugInfo[i].stack === 'string') {
1977
- // Ideally we could get the Task from this object but we don't expose it
1978
- // from Flight since it's in a WeakMap so we use the
1979
throwFiber._debugOwner = (debugInfo[i]: any);
1980
if (enableOwnerStacks) {
1981
throwFiber._debugTask = debugInfo[i].task;
0 commit comments