Closed
Description
When some attributes are undefined and set through spread, svelte sets the dom attribute to "undefined". This is caused by src/runtime/internal/dom.ts#L103-L104. The only way I can think to solve this is to include the list of boolean attributes in the runtime.
See repel.