fix: forward subscribers for already-resolved Suspend during hydration

This commit is contained in:
Greg Johnston 2024-09-10 06:59:47 -04:00
parent 6cb10401df
commit efc6fc017d

View file

@ -383,6 +383,8 @@ where
subscriber.forward(); subscriber.forward();
} }
}); });
} else {
subscriber.forward();
} }
SuspendState { inner } SuspendState { inner }