Nico Beierle
Nico Beierle
I have exactly the same problem. Seems like the last version it worked was in 3.24.1. Maybe related to this fix #5270. Here is another REPL that shows the working...
In our case using the svelte-checker with '--use-new-transformation' has fixed the problem. No problems with VSCode. The issue only occurred in some situations (some components worked, others didn't).
Possibly a problem with JSDom or SSR? I get more errors like this: - requestAnimationFrame is not defined - elem.scrollTo is not a function histoire 0.13.1, histoire/plugin-svelte 0.13.1, vite 4.1.1
I did a little digging. The last version that is working for me is 0.11.2. After upgrading with `yarn upgrade [email protected] @histoire/[email protected]` the histoire build is broken.