-
See: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/master/docs/rules/no-static-element-interactions.md
# no-static-element-interactions
Static HTML elements do not have semantic mean…
-
## Description
Currently the `lit-ssr` code has a few TODOs and open questions around how to handle data mismatch between what was rendered on the server and what is hydrated on the client. In some c…
-
### Which package(s) are affected?
Virtualizer (@lit-labs/virtualizer)
### Description
When using `` (the custom element, *NOT* the `virtualize()` Lit directive) inside a Lit element that uses scop…
-
I am developing an application, and am stuck on an issue where storybook doesn't seem to be able to process my html templates. I receive the following error in the browser when I try and run SB:
``…
-
Author of [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) here. I'm following up on [an issue](https://github.com/jhildenbiddle/css-vars-ponyfill/issues/88) filed by @lamianbu …
-
## Expected behavior
No TS build issues when depending on `@open-wc/testing`.
## Actual Behavior
```
node_modules/@open-wc/scoped-elements/types/src/ScopedElementsMixin.d.ts:9:33 - error TS2…
-
### Check existing issues
- [X] I have [checked for existing issues](https://github.com/Esri/calcite-design-system/issues) to avoid duplicates
### Actual Behavior
`` thinks that it has slotted in c…
-
### Which package(s) are affected?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Description
ReactiveElement's `createProperty()` adds properties and their options to the `el…
-
## Expected behavior
No problems with `lit` module resolution. (As the behavior in `@open-wc/scoped-elements` v2.2.3)
## Actual Behavior
If `@open-wc/scoped-elements` v2.2.4 is installed, two…
-
If i have a file like
```js
import { LitElement, html, customElement } from "lit-element";
export * from 'lit-element';
export { LitElement} from 'lit-element';
@customElement("hello-world")
ex…