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
ℹ️ Note: We are not sure using flexBasis is the best way to emulate a component from react-native but it seems to be okay.
⚠️ Note 2: Fun fact, when using React Native and Old yoga errata settings (classic), this bug is harder to trigger as it needs an extra to happen, see this playground. I believe this has allowed this bug to be uncommon for most yoga users (that would be using react native). If more users start using a stricter errata, it will be a much bigger issue I believe.
Actual Behavior
The content overflows
Link to Code
See playground
Let me know if there is anything else that would be needed to get this fixed. Thanks 🫡
The text was updated successfully, but these errors were encountered:
Report
Issues and Steps to Reproduce
Here is a playground in which we can see that setting alignItems: 'center' actually allows the content to grow bigger than it's container.
Broken playground
Expected Behavior
When setting alignItems: center, content should stay within bounds.
We made a reproduction in codepen.
ℹ️ Note: We are not sure using flexBasis is the best way to emulate a component from react-native but it seems to be okay.
Actual Behavior
The content overflows
Link to Code
See playground
Let me know if there is anything else that would be needed to get this fixed. Thanks 🫡
The text was updated successfully, but these errors were encountered: