Is it only me who have much problem with implicit types for load functions, actions etc? #10703
einarpersson
started this conversation in
General
Replies: 1 comment 1 reply
-
This issue is being tracked in sveltejs/language-tools#2053 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I have lately gotten so many errors where the implicit types for load functions etc. fail.
As a typical example, I just opened my project and browser around. In a ´+page.server.ts` I suddenly saw this:
After reloading VSCode
However, this is happening all too often to the point that it is hindering my daily work. Last friday it felt as if I was not doing anything else than reloading and restarting VSCode/dev server, deleting .svelte-kit etc, and the errors just seem to be moving randomly.
Am I the only one experiencing this? What could be the cause? I have almost everything up-to-date (Sveltekit, VSCode, Vscode Extension) but have not upgrade to svelte4 yet.
tsconfig.json
package.json-deps
Beta Was this translation helpful? Give feedback.
All reactions