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
When we use a property of the component as a selector in its CSS, that property needs to be reflected. Otherwise we may have issues like #295
I imagine that can be checked with a linter rule or something. If it finds a selector like :host(*[{attrName}]*) and if that attribute doesn't have reflect: true then it can rise an error.
When we use a property of the component as a selector in its CSS, that property needs to be reflected. Otherwise we may have issues like #295
I imagine that can be checked with a linter rule or something. If it finds a selector like
:host(*[{attrName}]*)
and if that attribute doesn't havereflect: true
then it can rise an error.Related: #463
The text was updated successfully, but these errors were encountered: