diff --git a/tachys/src/reactive_graph/suspense.rs b/tachys/src/reactive_graph/suspense.rs index c9167bdb0..ffcf912f7 100644 --- a/tachys/src/reactive_graph/suspense.rs +++ b/tachys/src/reactive_graph/suspense.rs @@ -383,6 +383,8 @@ where subscriber.forward(); } }); + } else { + subscriber.forward(); } SuspendState { inner }