metonym / svelte-typeahead

Accessible, fuzzy search typeahead component
https://metonym.github.io/svelte-typeahead
MIT License
222 stars 18 forks source link

svelte-typeahead REPL does not run #32

Closed callumflack closed 2 years ago

callumflack commented 2 years ago

Link in README gives this error:

image

metonym commented 2 years ago

Thanks for catching this.

Try this URL without the Svelte REPL version hardcoded in: https://svelte.dev/repl/a1b828d80de24f7e995b2365782c8d04

metonym commented 2 years ago

The reason was because the $$slots API is supported only in Svelte version >=3.29.5, and the REPL URL had hardcoded in 3.24.1.