otodockal / svelte-5-runes-bug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svelte-5-runes-bug

Describe the bug

On route navigation in SvelteKit (together with Svelte 5 runes), I encountered the error Cannot read null properties (reads 'isConnected'). There might be a bug related to snippet_effect or create_snippet_block fns...At some point block.d becomes [null] for some reason.

Reproduction

Click on the link "Items" and the content is not rendered. Open console.

  • svelte 5.0.0-next.15
  • @sveltejs/kit 1.27.6.

Refs

About


Languages

Language:Svelte 36.4%Language:JavaScript 28.7%Language:TypeScript 20.0%Language:HTML 14.9%