Closed farfromrefug closed 1 year ago
In svelte if an attribute is set to null it calls removeAttribute for which NativeElementNode does nothing. But N needs to know of the change. So we call setAttribute
removeAttribute
NativeElementNode
setAttribute
In svelte if an attribute is set to null it calls
removeAttribute
for whichNativeElementNode
does nothing. But N needs to know of the change. So we callsetAttribute