This commit is contained in:
Greg Johnston 2023-03-14 11:54:33 -04:00
parent 6abc4695a9
commit fa952f214e
1 changed files with 3 additions and 2 deletions

View File

@ -229,7 +229,8 @@ impl Custom {
} else {
if !is_meta_tag() {
crate::warn!(
"element with id {id} not found, ignoring it for hydration"
"element with id {id} not found, ignoring it for \
hydration"
);
}
@ -1020,7 +1021,7 @@ fn create_leptos_element(
if !is_meta_tag() {
crate::warn!(
"element with id {id} not found, ignoring it for hydration"
);
);
}
clone_element()