We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791e683 commit e1f3854Copy full SHA for e1f3854
scripts/fiber/tests-passing.txt
@@ -666,6 +666,10 @@ src/renderers/dom/fiber/__tests__/ReactDOMFiber-test.js
666
* should not onMouseLeave when staying in the portal
667
* should not update event handlers until commit
668
* should not crash encountering low-priority tree
669
+* should not warn when rendering into an empty container
670
+* should warn when replacing a container which was manually updated outside of React
671
+* should warn when doing an update to a container manually updated outside of React
672
+* should warn when doing an update to a container manually cleared outside of React
673
* throws if non-element passed to top-level render
674
* throws if something other than false, null, or an element is returned from render
675
* treats mocked render functions as if they return null
0 commit comments