File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ src/renderers/shared/__tests__/ReactPerf-test.js
74
74
* should not count time in a portal towards lifecycle method
75
75
* should work when measurement starts during reconciliation
76
76
77
+ src/renderers/shared/fiber/__tests__/ReactIncrementalErrorHandling-test.js
78
+ * recovers from uncaught reconciler errors
79
+
77
80
src/renderers/shared/hooks/__tests__/ReactComponentTreeHook-test.js
78
81
* gets created
79
82
* can be retrieved by ID
@@ -83,6 +86,7 @@ src/renderers/shared/hooks/__tests__/ReactHostOperationHistoryHook-test.js
83
86
84
87
src/renderers/shared/shared/__tests__/ReactComponent-test.js
85
88
* should throw on invalid render targets
89
+ * throws usefully when rendering badly-typed elements
86
90
* includes owner name in the error about badly-typed elements
87
91
88
92
src/renderers/shared/shared/__tests__/ReactComponentLifeCycle-test.js
Original file line number Diff line number Diff line change @@ -1098,9 +1098,9 @@ src/renderers/shared/fiber/__tests__/ReactIncrementalErrorHandling-test.js
1098
1098
* can schedule updates after uncaught error during umounting
1099
1099
* continues work on other roots despite caught errors
1100
1100
* continues work on other roots despite uncaught errors
1101
+ * unwinds the context stack correctly on error
1101
1102
* catches reconciler errors in a boundary during mounting
1102
1103
* catches reconciler errors in a boundary during update
1103
- * recovers from uncaught reconciler errors
1104
1104
1105
1105
src/renderers/shared/fiber/__tests__/ReactIncrementalReflection-test.js
1106
1106
* handles isMounted even when the initial render is deferred
@@ -1235,7 +1235,6 @@ src/renderers/shared/shared/__tests__/ReactComponent-test.js
1235
1235
* should support new-style refs with mixed-up owners
1236
1236
* should call refs at the correct time
1237
1237
* fires the callback after a component is rendered
1238
- * throws usefully when rendering badly-typed elements
1239
1238
1240
1239
src/renderers/shared/shared/__tests__/ReactComponentLifeCycle-test.js
1241
1240
* should not reuse an instance when it has been unmounted
You can’t perform that action at this time.
0 commit comments