learn.svelte.dev icon indicating copy to clipboard operation
learn.svelte.dev copied to clipboard

The sveltekit tutorial 05-customizing-use-enhance has bugs

Open christenbc opened this issue 2 years ago • 1 comments

Conditional rendering dont work as expected and fly, slide neither

christenbc avatar Oct 31 '23 16:10 christenbc

For me, this seems to appear randomly. Reloading the whole page sometimes fixes it.

When the problem occurs, I see the following logs in the chrome console:

GET https://httpslearnsveltedev-xfsn-vu5h89ub--5173--5a198b5c.local-corp.webcontainer.io/node_modules/.vite/deps/svelte_internal_disclose-version.js?v=ffeee4d0 net::ERR_ABORTED 504 (Outdated Optimize Dep)
httpslearnsveltedev-….webcontainer.io/:1 Uncaught (in promise) TypeError: Failed to fetch dynamically imported module: https://httpslearnsveltedev-xfsn-vu5h89ub--5173--5a198b5c.local-corp.webcontainer.io/@fs/home/httpslearnsveltedev-xfsn-vu5h89ub/.svelte-kit/generated/client/app.js```

ouvreboite avatar Nov 09 '23 13:11 ouvreboite