mirror of https://github.com/sveltejs/svelte
set_attributes() should delete `null` or `undefined` attributes. I meet the issue for this case ``` <script> let size </script> <input type="text" { size } /> vs <input type="text" { ...{ size } } /> ```pull/3235/head
parent
2b79a2269d
commit
76b6a6ec1f
Loading…
Reference in new issue