Open StrawHatHacker opened 1 year ago
I think this is a svelte bug/limitation. Index doesn't always exist on that slot, so it doesn't include it in the type. The easy fix would be to just set the index to 0 for non-multiple selects.
@rob-balfre Would you accept a PR that does this?
VSCode is warning me that
let:index
is not typed, but it works as it should. v5.7.0