🐛 Remove xlinkHref to resolve Safari problem

This commit is contained in:
alonso.torres 2022-05-17 13:58:12 +02:00
parent 5a07599fc7
commit edce45095e
9 changed files with 15 additions and 15 deletions

View file

@ -264,7 +264,7 @@
:embed embed}
(when-let [component-id (:component-id @state)]
[:use {:x 0 :y 0 :xlinkHref (str "#" component-id)}])]]
[:use {:x 0 :y 0 :href (str "#" component-id)}])]]
])))