-
**Description**
From the example (which isn't in TS, but I am doing my best to translate as I follow along), using match seemed to work with custom types. This is my code for toggling Custom Formatti…
-
I'm super excited about Lit Element! While giving it a spin in Angular I hit a snag trying to get a hello world going. Any tips on getting this working?
```
ERROR in src/app/hello-world.component.…
-
Today we ship a one-type-fits-all style for printing type is not assignable to type messages. We'd like to improve this in a pretty simple manner: by occasionally adding newlines. For example with t…
-
Hi,
I am doing the following in typescript
```
Vue.customElement('coupon-preview', new CouponPreview({ store }).$options);
```
But I am getting the following error because the store is not …
-
Here is the error when using litelehtml:
The main 'lit-element' module entrypoint is deprecated. Please update your imports to use the 'lit' package: 'lit' and 'lit/decorators.ts' or import from 'l…
-
There is a bug in the lux-power-distribution-card.js file which causes this:
Uncaught DOMException: Failed to execute 'define' on 'CustomElementRegistry': this name has already been used with this re…
-
**TypeScript Version:** 3.0.1
**Search Terms:** declaration emit keyof as union type
**Code**
We're seeing this problem in LitElement: https://github.com/Polymer/lit-element/blob/mas…
-
### Describe the bug
When creating web components using Lit, all properties are set up to have corresponding [attributes](https://lit.dev/docs/components/properties/#attributes) by default. After fol…
-
### Describe the bug
Custom elements have numerous callbacks and these should untrack to avoid recursion. This is a bit tricky because a lot of DOM methods for manipulation could cause the callback…
-
It looks like `lit-analyzer` disallows setting `?disabled` to an async directive. It will throw `no-invalid-directive-binding`:
```
The 'asyncReplace' directive can only be used within a text …