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
For the a inside the SVG tag, the compiler identifies it as an SVG anchor and uses svg_element to create it, whereas for the slotted one the compiler has no way of knowing it's inside an SVG so it just creates a normal anchor element which doesn't work the same way
peufo
changed the title
csr breaks "a" link elements contained in an "svg" element
csr breaks "a" link elements contained inside an "svg" element
Dec 21, 2022
Describe the bug
When client-side rendering is enabled, links inside an Svg component disappear.
Still, no problem if a native svg element is used.
Reproduction
See: https://github.com/peufo/kit-bug-report-link-svg
or
Logs
No response
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: