mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
fix: forward subscribers for already-resolved Suspend during hydration
This commit is contained in:
parent
6cb10401df
commit
efc6fc017d
1 changed files with 2 additions and 0 deletions
|
@ -383,6 +383,8 @@ where
|
||||||
subscriber.forward();
|
subscriber.forward();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
subscriber.forward();
|
||||||
}
|
}
|
||||||
|
|
||||||
SuspendState { inner }
|
SuspendState { inner }
|
||||||
|
|
Loading…
Reference in a new issue