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 some reason the un-tagged text in the foreignObject is working just fine, but the second I use any HTML tag it just doesn't want to work. Maybe it's not happy with me segmenting all this SVG into different components?
Environment:
Yew version: v0.20
Rust version: 1.65.0
The text was updated successfully, but these errors were encountered:
I'm reasonably certain that I've got the namespaces all correct, but I'll have a go at declaring prefixes for the XML.
My component, NodeComponent, view looks like this...
... And the parent in which the component is predominantly used...
And the result:
For some reason the un-tagged text in the foreignObject is working just fine, but the second I use any HTML tag it just doesn't want to work. Maybe it's not happy with me segmenting all this SVG into different components?
Environment:
The text was updated successfully, but these errors were encountered: