File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
packages/react-devtools-shared/src/backend/fiber Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -3419,18 +3419,6 @@ export function attach(
3419
3419
// I.e. we just restore them by undoing what we did above.
3420
3420
fiberInstance . firstChild = remainingReconcilingChildren ;
3421
3421
remainingReconcilingChildren = null ;
3422
-
3423
- if ( traceUpdatesEnabled ) {
3424
- // If we're tracing updates and we've bailed out before reaching a host node,
3425
- // we should fall back to recursively marking the nearest host descendants for highlight.
3426
- if ( traceNearestHostComponentUpdate ) {
3427
- const hostInstances =
3428
- findAllCurrentHostInstances ( fiberInstance ) ;
3429
- hostInstances . forEach ( hostInstance => {
3430
- traceUpdatesForNodes . add ( hostInstance ) ;
3431
- } ) ;
3432
- }
3433
- }
3434
3422
} else {
3435
3423
// If this fiber is filtered there might be changes to this set elsewhere so we have
3436
3424
// to visit each child to place it back in the set. We let the child bail out instead.
You can’t perform that action at this time.
0 commit comments