You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: tell router that rendering finished when rendering to string (#5174)
fixes#5155
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Bug Fixes**
* Improved server-side rendering stability by correctly finalizing the
initial render before injecting additional HTML, preventing rare hangs
or incomplete pages.
* Applies to both React and Solid router SSR paths.
* **Performance**
* Slightly reduces SSR latency by signaling render completion earlier in
the pipeline.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments