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 confusing that both the method you implement (but never call!) and the context method that you call to trigger your children's method are called the same thing. It is difficult to distinguish in the docs, especially since we need to clearly communicate that the former should never be called directly.
To address this, we propose adding a Child suffix to the latter method.
It is confusing that both the method you implement (but never call!) and the context method that you call to trigger your children's method are called the same thing. It is difficult to distinguish in the docs, especially since we need to clearly communicate that the former should never be called directly.
To address this, we propose adding a
Child
suffix to the latter method.compose
vsrender
naming: [kotlin] Rename compose method and concept in docs to render #265The text was updated successfully, but these errors were encountered: