[✨] 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
-
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, becauseQwikIntrinsicElements
doesn't extendIntrinsicElements
but ratherIntrinsicHtmlElements
I don't have access to those types.Describe the solution you'd like
Modify the
QwikIntrinsicElements
type to extendIntrinsicElements
Describe alternatives you've considered
I hadn't really considered any -- I guess another alternative is to expose
IntrinsicSVGElements
directly.Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions