Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Jun 11, 2024
1 parent d45bdd0 commit adc2f78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-reconciler/src/ReactChildFiber.js
Original file line number Diff line number Diff line change
Expand Up @@ -1974,8 +1974,6 @@ function createChildReconciler(
if (debugInfo != null) {
for (let i = debugInfo.length - 1; i >= 0; i--) {
if (typeof debugInfo[i].stack === 'string') {
// Ideally we could get the Task from this object but we don't expose it
// from Flight since it's in a WeakMap so we use the
throwFiber._debugOwner = (debugInfo[i]: any);
if (enableOwnerStacks) {
throwFiber._debugTask = debugInfo[i].task;
Expand Down

0 comments on commit adc2f78

Please sign in to comment.