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
In this example, if thisOrThat is some state that mutates, the margins of this column don't get updated. This is especially noticeable in lazy columns with view reuse enabled.
The text was updated successfully, but these errors were encountered:
I've confirmed the correct margin is being passed to the Yoga implementation and a new layout pass occurs so the issue must be deeper inside the Yoga implementation. Looking...
In this example, if
thisOrThat
is some state that mutates, the margins of this column don't get updated. This is especially noticeable in lazy columns with view reuse enabled.The text was updated successfully, but these errors were encountered: