Skip to content

Commit adc2f78

Browse files
committed
Remove outdated comment
1 parent d45bdd0 commit adc2f78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react-reconciler/src/ReactChildFiber.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1974,8 +1974,6 @@ function createChildReconciler(
19741974
if (debugInfo != null) {
19751975
for (let i = debugInfo.length - 1; i >= 0; i--) {
19761976
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
19791977
throwFiber._debugOwner = (debugInfo[i]: any);
19801978
if (enableOwnerStacks) {
19811979
throwFiber._debugTask = debugInfo[i].task;

0 commit comments

Comments
 (0)