#__sveltekit_1p94o58 is not defined

3 messages · Page 1 of 1 (latest)

unborn ingot
#

Having problems with running svelte/sveltekit on vite at the moment. Problem started after an npm update that installed beta54. After this update I am receiving this error:

__sveltekit_1p94o58 is not defined
ReferenceError: __sveltekit_1p94o58 is not defined
at http://localhost:7007/@id/__x00____sveltekit/paths:2:23

In the view of storybook and stories are not able to be rendered. No changes have been done in the files or in the .storybook folder. No changes tried have fixed the issue. Last functional version was above .50, but I do not remember exact version that did work.

Anybody else with the same issue?

unborn ingot
#

Update: Storybook is now working. It might not be a storybook issue, but a sveltekit issue, as the fix in release 1.9.1 do look to cover this type of issue. Unless there was a fix in storybook as well (bet 58 now).

lilac flume
#

We haven't made any changes to Svelte or SvelteKit in a while, but I've seen that __sveltekit_ thing mentioned in a few recent PRs over at the SvelteKit repo.
Do I understand you correctly, that upgrading SvelteKit solved your issue?