storybookjs/storybook

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

Open

#21,142 opened on Feb 17, 2023

View on GitHub
 (2 comments) (4 reactions) (0 assignees)TypeScript (10,058 forks)batch import
bugclihelp wantedsev:S3web-components

Repository metrics

Stars
 (89,909 stars)
PR merge metrics
 (Avg merge 7d 22h) (184 merged PRs in 30d)

Description

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