You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mrkishi Seems, it's related issues but it's not duplicate, I think. Here I'm talking about using an array of refs inside {#each} block. The related issue about storing ref in object property without {#each} block.
Hi, Paul. The compiler chokes on the same exact line in both cases.
The issue isn't {#each}, but the property access. If you change it to this, the compilation no longer fails (although it wouldn't accomplish what you want, obviously!):
{#each items as item}
<Itembind:this={variable}/>
{/each}
Seems, this issue may be similar to #1916
Right now this works only for elements, not for components: https://svelte.dev/repl/6e952314892a491e860ca04fad9ed392?version=3.3.0
The text was updated successfully, but these errors were encountered: