Skip to content

Commit

Permalink
feature soundness take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldSEnder committed Aug 6, 2022
1 parent 2894edc commit f56439a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/yew/src/html/component/lifecycle.rs
Expand Up @@ -562,6 +562,7 @@ impl ComponentState {

#[cfg(feature = "ssr")]
ComponentRenderState::Ssr { ref mut sender } => {
let _ = shared_state;
if let Some(tx) = sender.take() {
tx.send(new_root).unwrap();
}
Expand Down

0 comments on commit f56439a

Please sign in to comment.