lit-analyzer
lit-analyzer copied to clipboard
Unknown attribute when using controller e.g. animate
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?