Migrating NProgress Layout from Svelte 4 to 5 #13171
Unanswered
girishnuli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are migrating a Sveltekit project that uses Svelte 4 to Svelte 5. The root layout of this project uses nprogress to display page navigation progress status using the below code. I tried to use$effect instead of $ :, but it does not seem to work. Any ideas on what could be wrong with it?
// nprogress.ts
// Svelte 4
// Svelte 5
Beta Was this translation helpful? Give feedback.
All reactions