diff --git a/tachys/src/view/static_types.rs b/tachys/src/view/static_types.rs index ad02048fdb..d7244b7b60 100644 --- a/tachys/src/view/static_types.rs +++ b/tachys/src/view/static_types.rs @@ -212,6 +212,9 @@ impl RenderHtml for Static { .unwrap_or_else(|| { crate::hydration::failed_to_cast_text_node(node) }); + + position.set(Position::NextChildAfterText); + Some(node) } }