runem / lit-analyzer

Monorepository for tools that analyze lit-html templates
MIT License
318 stars 36 forks source link

Unknown attribute when using controller e.g. animate #218

Open Waxolunist opened 2 years ago

Waxolunist commented 2 years ago

When analyzing the example here https://github.com/lit/lit/tree/main/packages/labs/motion lit-analyzer throws a warning:

    Unknown attribute '____________'.
    77:  ? 'shifted' : ''}" ${animate()}>
    no-unknown-attribute

How can I avoid this?