@@ -168,15 +168,15 @@ exports[`ReactDebugFiberPerf measures deferred work in chunks 1`] = `
168
168
"⚛ (Waiting for async callback...)
169
169
170
170
// Start mounting Parent and A
171
- ⚛ (React Tree Reconciliation)
171
+ ⚛ (React Tree Reconciliation: Yielded )
172
172
⚛ Parent [mount]
173
173
⚛ A [mount]
174
174
⚛ Child [mount]
175
175
176
176
⚛ (Waiting for async callback...)
177
177
178
178
// Mount B just a little (but not enough to memoize)
179
- ⚛ (React Tree Reconciliation)
179
+ ⚛ (React Tree Reconciliation: Yielded )
180
180
⚛ Parent [mount]
181
181
⚛ B [mount]
182
182
@@ -219,7 +219,7 @@ exports[`ReactDebugFiberPerf recovers from caught errors 1`] = `
219
219
"⚛ (Waiting for async callback...)
220
220
221
221
// Stop on Baddie and restart from Boundary
222
- ⚛ (React Tree Reconciliation)
222
+ ⚛ (React Tree Reconciliation: Yielded )
223
223
⚛ Parent [mount]
224
224
⛔ Boundary [mount] Warning: An error was thrown inside this error boundary
225
225
⚛ Parent [mount]
@@ -247,7 +247,7 @@ exports[`ReactDebugFiberPerf recovers from fatal errors 1`] = `
247
247
"⚛ (Waiting for async callback...)
248
248
249
249
// Will fatal
250
- ⚛ (React Tree Reconciliation)
250
+ ⚛ (React Tree Reconciliation: Yielded )
251
251
⚛ Parent [mount]
252
252
⚛ Baddie [mount]
253
253
@@ -318,7 +318,7 @@ exports[`ReactDebugFiberPerf supports returns 1`] = `
318
318
exports [` ReactDebugFiberPerf warns if an in-progress update is interrupted 1` ] = `
319
319
"⚛ (Waiting for async callback...)
320
320
321
- ⚛ (React Tree Reconciliation)
321
+ ⚛ (React Tree Reconciliation: Yielded )
322
322
⚛ Foo [mount]
323
323
324
324
⚛ (Waiting for async callback...)
0 commit comments