I have the following property:
@property({
attribute: 'no-overflow',
reflect: true,
type: Boolean
})
public noOverflow?: boolean
When I use the attribute no-overflow
in my html, I get the following error:
Unknown attribute 'no-overflow'. Did you mean '?noOverflow'? If you are not the author of this component
please consider using a 'data-*' attribute, adding the attribute to 'globalAttributes' or disabling the
'no-unknown-attribute' rule.lit-plugin(no-unknown-attribute)(2318)