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
{#each posts as post }
<divclass='post'><divclass='image' class:playing-border={currentTitle === post.title}><Imageclass='rounded-svelte-image' src={post.image}alt={post.alt}/></div><!-- other cool stuff in hurrr --></div>
{/each}
...but the blur or trace does not seem to show up on these images when I test it out...do I need to do anything special when using this inside an {#each} block in any way?
Or am I doing anything incorrect?
also, just caught this in the terminal...from svelte-image?
Cannot process a dynamic value: MustacheTag
The text was updated successfully, but these errors were encountered:
I have code like this:
...but the blur or trace does not seem to show up on these images when I test it out...do I need to do anything special when using this inside an
{#each}
block in any way?Or am I doing anything incorrect?
also, just caught this in the terminal...from svelte-image?
The text was updated successfully, but these errors were encountered: