-
Notifications
You must be signed in to change notification settings - Fork 108
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
Can svelte-gantt be used in SSR? #44
Comments
Adding is it possible to use with sveltekit? |
Concerning the SSR, I think the current structure doesn't allow it. |
not until the new update im getting this error SyntaxError: Unexpected token 'export' |
Hey I've also encountered this issue, I've discovered it because this packages is not quite conforming to the node.js module spec vitejs/vite#5939 (comment) easy fix is to add |
Right now svelte-gantt is used in
onMount
only for client-side rendering, is it possible for it to render server side as well and not rely ondocument
?The text was updated successfully, but these errors were encountered: