mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
We already skip `null` and `undefined` when building up the stringified html on first render, but if you update a component to the *exact same* conditions, React will leave the DOM in a different state. We shouldn't do that.