mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
fix light diffing components
This commit is contained in:
parent
c4d6f19b38
commit
5ca0c9cbf8
1 changed files with 1 additions and 1 deletions
|
@ -498,8 +498,8 @@ impl VNode {
|
|||
self.diff_vcomponent(
|
||||
mount_id,
|
||||
idx,
|
||||
old_component,
|
||||
new_component,
|
||||
old_component,
|
||||
scope_id,
|
||||
parent,
|
||||
dom,
|
||||
|
|
Loading…
Reference in a new issue