konstaui / konsta

Mobile UI components made with Tailwind CSS
https://konstaui.com
MIT License
3.52k stars 131 forks source link

Could't get the ListInput to render #48

Closed anselmelly closed 2 years ago

anselmelly commented 2 years ago
<svelte:element this="input"> is self-closing and cannot have content.
Error: <svelte:element this="input"> is self-closing and cannot have content.
    at Proxy.validate_void_dynamic_element (/home/ansel/Development/svelte/kudura-app/node_modules/svelte/internal/index.js:2082:15)
    at eval (/node_modules/konsta/svelte/components/ListInput.svelte:243:31)
    at eval (/node_modules/konsta/svelte/components/ListInput.svelte:245:10)
    at Object.inner (ListInput.svelte:198:16)
    at eval (/node_modules/konsta/svelte/components/ListItem.svelte:268:33)
    at eval (/node_modules/konsta/svelte/components/ListItem.svelte:270:13)
    at ListItem.svelte:163:14
    at eval (/node_modules/konsta/svelte/components/ListItem.svelte:318:8)
    at ListItem.svelte:156:10
    at Object.$$render (/home/ansel/Development/svelte/kudura-app/node_modules/svelte/internal/index.js:1758:22)
github-actions[bot] commented 2 years ago

Hello @anselmelly. Please provide a online reproduction by Stack Blitz or a minimal GitHub repository. You can fork this Stack Blitz to get start. Issues labeled by missing demo will be closed if no activities in 3 days.

anselmelly commented 2 years ago

https://stackblitz.com/edit/sveltejs-kit-template-default-3x26je?file=src/routes/index.svelte

anselmelly commented 2 years ago

🙏🏽 Thank you