storybookjs/storybook

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

Open

#21,142 opened on 2023年2月17日

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
 (平均マージ 7d 22h) (30d で 184 merged PRs)

説明

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

コントリビューターガイド