From 0f50ca97cef866c9a4e4581e001db120ec4c3dd4 Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Wed, 20 Jul 2022 15:24:56 +0100 Subject: [PATCH] WIP --- packages/yew/src/html/component/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/yew/src/html/component/mod.rs b/packages/yew/src/html/component/mod.rs index 63c3bd23435..9f212c0527b 100644 --- a/packages/yew/src/html/component/mod.rs +++ b/packages/yew/src/html/component/mod.rs @@ -293,7 +293,7 @@ mod tests { scope: Scope::new(None), props: Rc::new(()), #[cfg(feature = "hydration")] - creation_mode: crate::html::RenderMode, + creation_mode: crate::html::RenderMode::Hydration, #[cfg(feature = "hydration")] prepared_state: None, };