New reconciler finally renders, just need to do some cleanup then can finally move on
This commit is contained in:
parent
da96abff6a
commit
2a73b399d9
6 changed files with 56 additions and 38 deletions
|
|
@ -226,11 +226,11 @@ impl Element {
|
|||
let mut attributes = std::collections::HashMap::new();
|
||||
#attributes
|
||||
attributes
|
||||
}), {
|
||||
}, {
|
||||
let mut children = vec![];
|
||||
#children
|
||||
children
|
||||
})
|
||||
}))
|
||||
))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue