mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
Co-authored-by: Lazić <markolazic@protonmail.com>
This commit is contained in:
parent
a07e9aade4
commit
cec6b92e42
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ impl VNode {
|
|||
let entry = dom.mounts.vacant_entry();
|
||||
let mount = MountId(entry.key());
|
||||
self.mount.set(mount);
|
||||
tracing::info!(?self, ?mount, "creating template");
|
||||
tracing::trace!(?self, ?mount, "creating template");
|
||||
entry.insert(VNodeMount {
|
||||
node: self.clone_mounted(),
|
||||
parent,
|
||||
|
|
Loading…
Reference in a new issue