-
When trying to import something like ```const red = css`red`;``` as recommended in the [lit-element guide for stying](https://lit-element.polymer-project.org/guide/styles#expressions), minification br…
dakom updated
3 years ago
-
### Which package(s) are affected?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Description
The issue seems to be in @lit\\decorators\\property.js. It complains that
```
…
-
### Which package(s) are affected?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Description
If I render a lit-html template where I set property to a non-`nothing` value, an…
-
# Description
I can not use css files to style my component as css import assertions error on node.
# Steps to Reproduce
1. Write this code
👉 `style.css`
```css
:host {
background:…
-
This may be related to something user "zoton2" mentioned in the bundle-dev discord. You can search for "iframe dashboard resizing" to see if this is related.
I have a `lit-element` parent that load…
-
Unable to use fontawesome icons in menu-dropdown component.
Test by including this code in render method :
Tried with https://www.npmjs.com/package/lit-fontawesome but with no success.
-
Hello all, so I have recently moved over to a webpack build pipeline for purposes of building, transpiling, and using this guy [WorkerPlugin](https://github.com/GoogleChromeLabs/worker-plugin). All th…
-
It could be we just need a typescript compiler but we should have support for working with lit-html and lit-element. The lit community seems like the biggest web components group out there and I think…
-
Hello!
I'm running into an issue where I get:
```
Uncaught TypeError: element._setPendingPropertyOrPath is not a function
at bindings.forEach.name (polymer-redux.js:64)
at Array.forEa…
-
Following warning kinds do not have redirects:
- 'reactive-property-without-getter': https://github.com/lit/lit/blob/462350126d51d56f9211d50db43762d81a8b8ed1/packages/reactive-element/src/reactive-…