Skip to content

Commit

Permalink
Update svelte version in renderer-svelte
Browse files Browse the repository at this point in the history
I am having funny console logs saying that my svelte component `received an unexpected slot "default".`. This issue is described here: sveltejs/kit#981

Supposedly, updating svelte to version 3.44.3 solves this issue. I couldn't test it, though.
  • Loading branch information
moritzlaube authored Jan 3, 2022
1 parent f26eb7b commit bffb879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renderers/renderer-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "1.0.0-next.30",
"svelte": "^3.44.2",
"svelte": "^3.44.3",
"svelte-preprocess": "^4.9.8"
},
"engines": {
Expand Down

0 comments on commit bffb879

Please sign in to comment.