-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Svelte 5 errors #1
Comments
Yes, we are aware, and we are updating core libs now with the plan to fix the Gantt as well later |
We have just published |
is there any configurations that we have to follow for svelte 5? i'm having 'ERR_MODULE_NOT_FOUND' error in wx-gantt-locales package |
Yep, having it Svelte 5 compatible is one thing, but making it SvelteKit compatible is a bit different. API itself has no significant changes, just normal Svelte 5 staff ( https://github.com/svar-widgets/gantt/tree/svelte-5/svelte/demos/cases |
node_modules/wx-svelte-menu/node_modules/wx-svelte-core/src/components/Button.svelte:12:23 Declaring or accessing a prop starting with
$$
is illegal (they are reserved for Svelte internals) [plugin vite-plugin-svelte:optimize-svelte]The text was updated successfully, but these errors were encountered: