Closed khromov closed 2 months ago
t0ggles-create konsta
Task nolimits4web/KONSTA-89 was created
I currently ported Konsta svelte to svelte 5 including all components, but stepping on one minor issue wrt config.js not providing a default export?
Task nolimits4web/KONSTA-89 status changed to Done
Check that this is really a bug
Reproduction link
-
Bug description
Overall Konsta works fine with Svelte 5 as it's backwards compatible with 4 but there seems to be a small issues with Svelte 5 support:
Types have changed, leading to TypeScript errors in each component.
In addition, there are some small changes in Svelte 5 that now trigger a notice warning:
There's some background for this change here: https://github.com/sveltejs/svelte/issues/11052
To reproduce
npm create svelte@latest my-app
Expected Behavior
No errors when importing components
Actual Behavior
Errors in VSCoe
Konsta UI version
konsta@3.1.3
Platform/Target and Browser Versions
macOS
Validations
Would you like to open a PR for this bug?