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
For arrays, we can suggest using ReadonlyArray<T> instead of T[] and for objects we have the mapped type Readonly<T>. That way, the checker can be simplified.
Pending rules:
@Element()
's type must be HTML{tag-name}ElementProp()
@State()
and@Prop()
<Host>
vs returning array in render()<Host>
@Watch
decorators listens to existing prop or stateNaming:
Code quality
The text was updated successfully, but these errors were encountered: