-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Describe the bug
Three issues I noticed that may be able to be automatically migrated:
- typo
+page.server.jsvs+page.jshttps://discord.com/channels/457912077277855764/571775594002513921/1009951261279387781 - it could probably migrate
/** @type {import('@sveltejs/kit').PageLoad} */to/** @type {import('./$types').PageLoad} */ fetchwasn't added inloadso I ended up using global fetch accidentally. not the worst though because I got a console warning about that
Reproduction
noticed when working on sveltejs/sites#371
Logs
No response
System Info
n/aSeverity
annoyance
Additional Information
No response
Metadata
Metadata
Assignees
Labels
No labels