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
Is your feature request related to a problem? Please describe.
The implementation of ComposableAsset doesn't account for actual composition during hydration lifecycle. This sometimes results in visual jitter when rendering because the top-level composition is displayed when processing the rest of the view.
Describe the solution you'd like
To follow suit with non-compose assets, we should ensure everything is ready to be displayed before actually showing the view.