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's little bit tiresome to use ComposeCtx for RenderCtx. It should call ctx.compose and then use compose ctx.
If we make ComposeCtx as trait, we can easily use impl ComposeCtx as paramter.
The text was updated successfully, but these errors were encountered:
it's little bit tiresome to use ComposeCtx for RenderCtx. It should call ctx.compose and then use compose ctx.
If we make ComposeCtx as trait, we can easily use
impl ComposeCtx
as paramter.The text was updated successfully, but these errors were encountered: