You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently updated a bunch of packages (don't know which package nor which version), but since, the vite plugin throws an error telling me that the Head component is missing.
After 4hrs of debugging, I discovered that in this line, is checking for children: ( but in the input code, the children isn't in parentheses. So I fixed the code by removing this parenthesis, and it works all like before.
Tell my if you can reproduce with the latest version of vite, svelte, and sveltekit (don't know which one is causing the problem)
I recently updated a bunch of packages (don't know which package nor which version), but since, the vite plugin throws an error telling me that the Head component is missing.
After 4hrs of debugging, I discovered that in this line, is checking for
children: (
but in the input code, the children isn't in parentheses. So I fixed the code by removing this parenthesis, and it works all like before.Tell my if you can reproduce with the latest version of vite, svelte, and sveltekit (don't know which one is causing the problem)
Created #26 that solves the problem
The text was updated successfully, but these errors were encountered: