You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.74 came with major changes to Yoga, one of them being support for position: static. Well that had a semi-major bug in its implementation where insetting absolute nodes would not work if there were differing flex directions somewhere in its ancestry up to the containing block. I believe this should be picked before users start using static and this becomes a breaking change. This has no impact on trees that do not use static.
The text was updated successfully, but these errors were encountered:
cortinico
changed the title
Fix bug where absolute nodes were not insetted correctly in certain cases
[0.74] Fix bug where absolute nodes were not insetted correctly in certain cases
Mar 13, 2024
Target Branch(es)
0.74
Link to commit or PR to be picked
facebook/react-native#43417
Description
0.74 came with major changes to Yoga, one of them being support for position: static. Well that had a semi-major bug in its implementation where insetting absolute nodes would not work if there were differing flex directions somewhere in its ancestry up to the containing block. I believe this should be picked before users start using static and this becomes a breaking change. This has no impact on trees that do not use static.
The text was updated successfully, but these errors were encountered: