mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
No nested updates
We may decide to provide this ability as an escape hatch in the future.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user