-
Notifications
You must be signed in to change notification settings - Fork 2
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
HMR error in development server with sveltekit >=1.8.0 #700
Comments
@aslakhellesoy I'm curious what exactly is broken, can you elaborate a bit please? I'm not aware of any incompatibilities with the latest sveltekit. Just earlier this week I set up a new project using I was planning to release a new version this week but while there were some changes lately, they were mostly related to the new documentation site and build process and should not have any impact on sveltekit compatibility so I wouldn't expect it to fix any issues that you might be seeing. |
Hi @sfriedel. A couple of things seem to be wrong.
And VSCode:
Here is my repo: https://github.com/aslakhellesoy/svelte-fluent-test Perhaps I am doing something wrong? I believe I followed the installation instructions to the letter. Many thanks |
@aslakhellesoy the typescript error is expected because in I haven't seen this error before in any project. I'll have to investigate what's going on. |
Thanks @sfriedel - much appreciated. Let me know if I can help in any way. |
@aslakhellesoy I've managed to reproduce the issue and I'm still searching for the cause. I found out that the error was introduced with I'm still looking for the root cause but may have to open an issue in sveltekit. If you want to use |
@aslakhellesoy I'm done with the investigation for now. It appears that due to the changes in sveltejs/kit#8957 somehow sveltekit picked up the pre-compiled CJS/UMD components and not the svelte source files in the published version of the library. Since the new version of the library does not include those pre-compiled components any more since it's now based on |
Closing this issue since I can't reproduce it any more. Please open a new issue should any problems persist |
Hello - thanks for this library!
I took version
0.4.3
(a year old) for a spin, but it doesn't work with the latest sveltekit.Would you be able to publish a new release to npm? It looks like a lot of changes were made in the past year.
Many thanks,
Aslak Hellesøy
The text was updated successfully, but these errors were encountered: