sveltejs / svelte-virtual-list

A virtual list component for Svelte apps
https://svelte.dev/repl/f78ddd84a1a540a9a40512df39ef751b
Other
689 stars 58 forks source link

Guard not defined when compiling in Svelte REPL #36

Closed mvanhalen closed 4 years ago

mvanhalen commented 4 years ago

The included demo link shows a guard not defined error on https://svelte.dev/repl/f78ddd84a1a540a9a40512df39ef751b?version=3.16.0

See screenshot as well svelte virtual list issue

Looks like a Svelte REPL compilation issue. When using as a project it does not occur.

Also see simplified demo with the same issue https://svelte.dev/repl/fdb2b2e7381f4a96ac8e569f609812a5?version=3.16.0

mvanhalen commented 4 years ago

Fixed in svelte 3.16.3. Thanks @tanhauhau & @Conduitry