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
It is extremely rare that you change this property on a node at runtime. We waste a dummy node in the native tree to provide an indirection in case you do change it, however. But if we had two bindings, we could switch in a helper composable that implemented today's API allowing us to bypass this indirection.
Challenges:
How do we do this in a backwards compatible way?
Should we also do this for vertical vs. horizontal which would eliminate the intermediate node for scrolling?
It is extremely rare that you change this property on a node at runtime. We waste a dummy node in the native tree to provide an indirection in case you do change it, however. But if we had two bindings, we could switch in a helper composable that implemented today's API allowing us to bypass this indirection.
Challenges:
movableContentOf
across protocol #1902 for this?The text was updated successfully, but these errors were encountered: