-
When binding a particular class to a property on a subclass of LitElement, lit-plugin within VS Code produces an error on the binding of a class instance to that property in a template that a type of …
-
:heavy_check_mark: i've found that the extension works great to bring syntax highlighting to my lit-html render blocks:
```js
render() {
return html`cool!`
}
```
:question: however i was s…
-
Currently this plugin only works inside `.js` files. It would be useful if this could work inside `.html` files as well. I write lit-html inside single html file snippets for demos a lot.
For examp…
-
### Describe your motivation
LitRenderer allows us to render content in grid columns with very good performance compared to the ComponentRenderer. Unfortunately we only can provide the template wit…
-
I'm getting
`NoMethodError - undefined method 'draw_icon' for #:
lit (0.2.2) app/views/lit/localization_keys/index.html.erb:12`
when trying to access
`/lit/localization_keys`
Any idea?
Environme…
-
### Which package(s) are affected?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Description
[link to playground lit](https://lit.dev/playground/#gist=9ad0246a8eade8dccce225d6a46…
-
Context:
In the Universal Editor, we have a block where we rewrite the markup using JavaScript/Lit-html.
Issue:
When we update the content using the Universal Editor, the block markup is updated alon…
-
### Should this be an RFC?
- [X] This is not a substantial change
### Which package is this a feature request for?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Descriptio…
-
# Description
1. A controller is written in typescript and compiled to use tslib to support ecmascript `#private` fields.
2. The controller extends a super class which calls `host.addControlle…
-
### Which package(s) are affected?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Description
If I register an event listener like this:
```html
```
that is rendered using …