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
Using val example by UIExampleComponent() instead of val example = UIExampleComponent() has the huge advantage that the inspector can show the name of the component.
We should explain this in the docs somewhere, and consistently make use of it in all example code.
The text was updated successfully, but these errors were encountered:
Using
val example by UIExampleComponent()
instead ofval example = UIExampleComponent()
has the huge advantage that the inspector can show the name of the component.We should explain this in the docs somewhere, and consistently make use of it in all example code.
The text was updated successfully, but these errors were encountered: