Matt Davis
Matt Davis
I can't speak for f0o but I'm experiencing the same issue. I'm using the `adapter-static` package but experience the same issue with `adapter-auto`. I'm running locally with `pnpm run dev`,...
I've had success removing the `svelte:head` tags and moving the call to `setInitialClassState()` into the `onMount` block on line 66
At the point of filing the PR Svelte5 was still in RC so I didn't update the default but happy to make that change now that it is released. Ref...
I force pushed so that my comment is in line with conventional commit messages. The examples look to be working correctly so remain unchanged
I think I've got all the dependencies and updated to svelte5 runes in the example. Having a little trouble testing because `pnpm` isn't playing nice with the example workspaces
I got the workspace examples working, as you noted it was the missing pnpm-lock - no idea what my pnpm install was doing!
Both examples seem to be working now. I had a bit of a mess with my pnpm install. I cleared out all of the `node_modules` and they're both working now.
I'm still getting a TS error if I remove that annotation. I haven't added `svelte` to `dependencies`, `peer`, or `dev` - it is in the lock file though for the...
I can't find a better type for it. `Component` is the new type for components and expects `props` as the first generic which `SvelteHTMLElements['svg']` provides. Having said that you're totally...
Its now working for you? Did you change something? I still get no completion in nvim