Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JS - need a @JsName on Tag.namespace #285

Open
reubenfirmin opened this issue Sep 3, 2024 · 0 comments
Open

JS - need a @JsName on Tag.namespace #285

reubenfirmin opened this issue Sep 3, 2024 · 0 comments

Comments

@reubenfirmin
Copy link

kotlinjs mangles attributes. To prevent this, it's required to put a @JsName annotation on any attributes that should be preserved.

Tag.namespace is used to determine whether to call document.createElementNS or document.createElement. Because namespace is mangled to namespace_1 by kotlinjs, SVGs don't get rendered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant