[✨] Make QwikIntrinsicElements extend IntrinsicSVGElements, or otherwise expose SVG element types
#158
caass
started this conversation in
Proposals For Qwik
Replies: 1 comment
-
|
We moved this issue to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem?
I'm trying to extend the
<svg>builtin, and I'd like to be able to accept the same props and forward them on. I can't seem to make it happen, however, becauseQwikIntrinsicElementsdoesn't extendIntrinsicElementsbut ratherIntrinsicHtmlElementsI don't have access to those types.Describe the solution you'd like
Modify the
QwikIntrinsicElementstype to extendIntrinsicElementsDescribe alternatives you've considered
I hadn't really considered any -- I guess another alternative is to expose
IntrinsicSVGElementsdirectly.Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions