Skip to content

Commit

Permalink
capture Lit exception for light DOM support
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jun 26, 2022
1 parent 0f6e5a0 commit ea78b2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/plugin-renderer-lit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ customElements.define('artists-page', ArtistsPage);
export const tagName = 'artists-page';
```

> **Note**: _Lit SSR [**only** renders into declarative shadow roots](https://github.com/lit/lit/issues/3080#issuecomment-1165158794) so you will have to keep browser support and polyfill usage in mind depending on your use case_.
## Options

### Prerender (experimental)
Expand Down

0 comments on commit ea78b2d

Please sign in to comment.