From 2b71c07fa9a023b974963d1b7ca66dd136aa22ed Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Mon, 28 Nov 2022 07:39:30 -0500 Subject: [PATCH] Guard against fragments that don't actually exist --- leptos_dom/src/render_to_string.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/leptos_dom/src/render_to_string.rs b/leptos_dom/src/render_to_string.rs index 70e188815..e26e3c09d 100644 --- a/leptos_dom/src/render_to_string.rs +++ b/leptos_dom/src/render_to_string.rs @@ -84,10 +84,8 @@ cfg_if! { format!( r#""#, @@ -101,8 +99,7 @@ cfg_if! { "# )