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
I'm trying to add children to a previously generated Node.
I need this, because I don't yet know how my DOM looks like at compile time.
I thought this would be possible with this code snippet, however it fails:
Hey,
I'm trying to add children to a previously generated Node.
I need this, because I don't yet know how my DOM looks like at compile time.
I thought this would be possible with this code snippet, however it fails:
thread 'test' panicked at 'assertion failed:
(left == right)
left:
"<div></div>"
,right:
"<div>Hello World</div>"
', ui/main.rs:34:5I get the same error for non-text nodes.
The text was updated successfully, but these errors were encountered: