mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
ec38def44f
* Don't traverse children when hot reloading needs a remount If we're gonna remount that tree anyway, there is no use in traversing its children beforehand. * Add a test verifying hot reload batches updates Otherwise there is a risk of it being super slow due to cascades.