storybookjs/storybook

[Bug]: CLI templates for web-components are not actually using web components

Open

#21.142 geöffnet am 17. Feb. 2023

Auf GitHub ansehen
 (2 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)TypeScript (10.058 Forks)batch import
bugclihelp wantedsev:S3web-components

Repository-Metriken

Stars
 (89.909 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 7T 22h) (184 gemergte PRs in 30 T)

Beschreibung

Describe the bug

The CLI template are using functions that return lit html strings: https://github.com/storybookjs/storybook/blob/next/code/renderers/web-components/template/cli/js/Page.js

That is not a really common way to use lit and are not actual web components.

To Reproduce

No response

System

No response

Additional context

No response

Contributor Guide