-
In the latest sveltekit, there might be an error. Is it typesafe related or svelte?
-auto": "next",
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Sounds like a |
Beta Was this translation helpful? Give feedback.
-
@ivanhofer you are the one of the best contributor on coding. Thanks Спасибо. It works now |
Beta Was this translation helpful? Give feedback.
Sounds like a
SvelteKit
bug. You could try to replace$locale
with awritable
store and see if the error still occurs.