Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Jul 20, 2022
1 parent 3d1b49e commit 0f50ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yew/src/html/component/mod.rs
Expand Up @@ -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,
};
Expand Down

0 comments on commit 0f50ca9

Please sign in to comment.