Skip to content

Commit

Permalink
fix: forward subscribers for already-resolved Suspend during hydration
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Sep 10, 2024
1 parent 6cb1040 commit efc6fc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tachys/src/reactive_graph/suspense.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ where
subscriber.forward();
}
});
} else {
subscriber.forward();
}

SuspendState { inner }
Expand Down

0 comments on commit efc6fc0

Please sign in to comment.