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
SVG supports the definition of namespace prefixes, but these attributes are missing in SolidJS, as indicated by the error in the title.
Your Example Website or App
nope
Steps to Reproduce the Bug or Issue
constIcon=()=>(<svgviewBox="0 0 400 400"xmlns="http://www.w3.org/2000/svg"xmlns:xlink="http://www.w3.org/1999/xlink"// <= Property 'xmlns:xlink' does not exist on type 'SvgSVGAttributes<SVGSVGElement>'. >
// ...
</svg><)
Describe the bug
SVG supports the definition of namespace prefixes, but these attributes are missing in SolidJS, as indicated by the error in the title.
Your Example Website or App
nope
Steps to Reproduce the Bug or Issue
Expected behavior
https://developer.mozilla.org/en-US/docs/Web/SVG/Namespaces_Crash_Course#declaring_namespace_prefixes
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: