From 2f53e09bb67a2ccbf2ade3d94fa43e1ec941a0d5 Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Wed, 12 Jun 2024 07:41:16 -0400 Subject: [PATCH] examples: fix input type so tests work, and update text to make the purpose clearer --- examples/error_boundary/src/lib.rs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/examples/error_boundary/src/lib.rs b/examples/error_boundary/src/lib.rs index 40f4d8824..0838706ae 100644 --- a/examples/error_boundary/src/lib.rs +++ b/examples/error_boundary/src/lib.rs @@ -7,13 +7,14 @@ pub fn App() -> impl IntoView { view! {

"Error Handling"