No nested updates

We may decide to provide this ability as an escape hatch in the future.
This commit is contained in:
Andrew Clark
2016-12-30 11:30:40 -08:00
parent 7dc5f91d88
commit b79531eefe
6 changed files with 30 additions and 120 deletions
-1
View File
@@ -1207,7 +1207,6 @@ src/renderers/shared/fiber/__tests__/ReactIncrementalScheduling-test.js
* can opt-in to deferred/animation scheduling inside componentDidMount/Update
* performs Task work even after time runs out
* does not perform animation work after time runs out
* can force synchronous updates with syncUpdates, even inside batchedUpdates
src/renderers/shared/fiber/__tests__/ReactIncrementalSideEffects-test.js
* can update child nodes of a host instance