mirror of
https://github.com/facebook/react.git
synced 2026-02-26 07:55:55 +00:00
This matches the behavior in Fiber. Normally we would change Fiber to match Stack to minimize breaking changes for the initial release. However, in this case it would require too large a compromise to change Fiber to act like Stack.