File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -666,6 +666,10 @@ src/renderers/dom/fiber/__tests__/ReactDOMFiber-test.js
666666* should not onMouseLeave when staying in the portal
667667* should not update event handlers until commit
668668* 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
669673* throws if non-element passed to top-level render
670674* throws if something other than false, null, or an element is returned from render
671675* treats mocked render functions as if they return null
You can’t perform that action at this time.
0 commit comments