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?