Remove unmountContainer

Instead, renderers should pass null to updateContainer.
This commit is contained in:
Andrew Clark
2016-12-19 16:33:25 -08:00
parent c6ccc19095
commit da4ace152b
10 changed files with 100 additions and 46 deletions
-1
View File
@@ -90,7 +90,6 @@ src/renderers/shared/shared/__tests__/ReactUpdates-test.js
* throws in setState if the update callback is not a function
* throws in replaceState if the update callback is not a function
* throws in forceUpdate if the update callback is not a function
* unmounts and remounts a root in the same batch
src/renderers/shared/shared/__tests__/refs-test.js
* Should increase refs with an increase in divs
+1
View File
@@ -1559,6 +1559,7 @@ src/renderers/shared/shared/__tests__/ReactUpdates-test.js
* does not update one component twice in a batch (#2410)
* does not update one component twice in a batch (#6371)
* unstable_batchedUpdates should return value from a callback
* unmounts and remounts a root in the same batch
src/renderers/shared/shared/__tests__/refs-destruction-test.js
* should remove refs when destroying the parent