@@ -85,8 +85,8 @@ exports[`ReactDebugFiberPerf deduplicates lifecycle names during commit to reduc
85
85
86
86
⚛ (Committing Changes)
87
87
⚛ (Committing Snapshot Effects: 0 Total)
88
- ⚛ (Committing Host Effects: 3 Total)
89
- ⚛ (Calling Lifecycle Methods: 3 Total)
88
+ ⚛ (Committing Host Effects: 2 Total)
89
+ ⚛ (Calling Lifecycle Methods: 2 Total)
90
90
⚛ B.componentDidUpdate
91
91
"
92
92
` ;
@@ -257,8 +257,8 @@ exports[`ReactDebugFiberPerf measures deprioritized work 1`] = `
257
257
258
258
⚛ (Committing Changes)
259
259
⚛ (Committing Snapshot Effects: 0 Total)
260
- ⚛ (Committing Host Effects: 3 Total)
261
- ⚛ (Calling Lifecycle Methods: 2 Total)
260
+ ⚛ (Committing Host Effects: 1 Total)
261
+ ⚛ (Calling Lifecycle Methods: 0 Total)
262
262
"
263
263
` ;
264
264
@@ -311,8 +311,8 @@ exports[`ReactDebugFiberPerf recovers from caught errors 1`] = `
311
311
312
312
⚛ (Committing Changes)
313
313
⚛ (Committing Snapshot Effects: 0 Total)
314
- ⚛ (Committing Host Effects: 2 Total)
315
- ⚛ (Calling Lifecycle Methods: 1 Total)
314
+ ⚛ (Committing Host Effects: 1 Total)
315
+ ⚛ (Calling Lifecycle Methods: 0 Total)
316
316
"
317
317
` ;
318
318
@@ -357,8 +357,8 @@ exports[`ReactDebugFiberPerf skips parents during setState 1`] = `
357
357
358
358
⚛ (Committing Changes)
359
359
⚛ (Committing Snapshot Effects: 0 Total)
360
- ⚛ (Committing Host Effects: 6 Total)
361
- ⚛ (Calling Lifecycle Methods: 6 Total)
360
+ ⚛ (Committing Host Effects: 2 Total)
361
+ ⚛ (Calling Lifecycle Methods: 2 Total)
362
362
"
363
363
` ;
364
364
@@ -431,8 +431,8 @@ exports[`ReactDebugFiberPerf warns on cascading renders from setState 1`] = `
431
431
432
432
⚛ (Committing Changes)
433
433
⚛ (Committing Snapshot Effects: 0 Total)
434
- ⚛ (Committing Host Effects: 2 Total)
435
- ⚛ (Calling Lifecycle Methods: 2 Total)
434
+ ⚛ (Committing Host Effects: 1 Total)
435
+ ⚛ (Calling Lifecycle Methods: 1 Total)
436
436
"
437
437
` ;
438
438
0 commit comments