-
## CheckList
- [x ] `The Title` and The `Log Title` are setted correctly.
- [x ] Clarified about `my environment`.
- [x ] Code block is used for `the log`.
---
## Book is Locked by DRM
#…
Rb958 updated
1 month ago
-
Currently we are using lit-html-server for rendering the templates on the server. With the new update of lit-html, it should be possible to use lit-html on the server and hydrate them on the client.
…
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
14 and 15
### Bug summary
I tried to built custom editors which extend on built-in ones, but it fails, b…
bielu updated
1 month ago
-
### Which package is this a feature request for?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Description
Thank you everyone for your hard work and contributions to Lit, I LOVE th…
-
## What change would you like to see?
When attempting to review a particular page from the QA tab, I would like to be shown _why_ the QA UI fails to load whenever it fails to do so (as indeed may h…
-
I am using the cache directive in combination with dynamic imports to implement client-side routing. The cache directive seems to work great, maintaining state as I swap different elements in and out.…
-
Hi,
What would be your recommendation for rendering content 'asynchronously' (i.e. after the first meaningful paint)?
More or less the default behavior for [`dom-if`/`dom-repeat`in Polymer](https…
-
### Which package(s) are affected?
SSR (@lit-labs/ssr)
### Description
When using a dynamic variable inside of a `render()` function with a `` tag, Lit SSR produces the following error:
…
-
I'm introducing Lit Element into [my Polymer 3 project](https://github.com/home-assistant/home-assistant-polymer/pull/1738). I won't be able to convert all elements to Lit from the get go and so have …
-
The production build generated by createSpaConfig is minifying the html templates in some way that is causing js errors upon loading the app.
The js errors are generated from lit-html updating the …