svelte-webcomponent-boilerplate icon indicating copy to clipboard operation
svelte-webcomponent-boilerplate copied to clipboard

🏗 Create your HTML5 Web Component with Svelte. Made your web components with this user-friendly boilerplate

Results 2 svelte-webcomponent-boilerplate issues
Sort by recently updated
recently updated
newest added

### Versions - **App Version:** v2.0.1 - **Node Version:** v14.19.1 - **Operating System:** mac os (m1) - **Browser:** Google Chrome Version 100.0.4896.127 ### Expected Behavior ### Actual Behavior ### Steps...

bug

# Svelte refs: [#3852](https://github.com/sveltejs/svelte/issues/3852) [#875](https://github.com/sveltejs/svelte/issues/875) # Example HTML: ```html ``` Svelte file: ```html export let headerText; {headerText} ``` `headerText` is undefined. # Workaround: You can use `{$$props["header-text"]}` but if user...

bug
svelte-bug