Almost have new reconciler working, recursion hurts le brain
This commit is contained in:
parent
91266cc841
commit
da96abff6a
10 changed files with 365 additions and 90 deletions
|
|
@ -24,7 +24,7 @@ pub struct VirtualNode {
|
|||
/// ownership of a VirtualNode.
|
||||
///
|
||||
/// This aspect of functionality may be pulled in a later release if it causes too many issues.
|
||||
pub props: Option<Props>,
|
||||
pub props: Props,
|
||||
|
||||
///
|
||||
pub children: Vec<RSX>
|
||||
|
|
|
|||
Reference in a new issue