You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In rx-html, SVG attributes often conflict with HTML attributes, which makes difficult to use both attrs together.
Ideally, both regular html and svg tags/attributes can be imported just by import wvlet.airframe.rx.html.all.*
Possible approaches:
Instead of defining html and svg elements in separate files, detect namespace (html or svg) from the parent contest when rendering html or svg tags/attrs.