#Svelte folks, I find myself quite often declaring some kind of state (map of booleans or map of dom refs) that is only ever relevant for a single each block. Can I somehow declare this state only within that particular each block? repl: svelte.dev/playground/h... cc @paolo.ricciuti.me
3 likes 4 replies
?