CLDXiang

Results 3 issues of CLDXiang

### Describe the bug When passing a boolean attribute to a custom element, the prop value is alway `true`. ### Reproduction https://github.com/CLDXiang/svelte-custom-elements-attribute-bug ``` pnpm install pnpm dev ``` In `demo/App.svelte`:...

custom element

### Describe the bug When Svelte creates a custom element, if no child elements are initially passed in, the default `` tag will not be created, causing subsequently added child...

bug
custom element