Bladesheng
Bladesheng
I'm guessing this issue could be fixed by this: https://github.com/sveltejs/svelte-preprocess/issues/270 https://github.com/sveltejs/svelte-preprocess/issues/377
I think I added that in case the configuration logic would need to be more complex. But now I can't think of any scenarios where you would need more than...
One workaround for now is to use some action (or attachment) like this, that will check the attribute value and change the property value: ```svelte import type {Action} from 'svelte/action';...