DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.33k stars 736 forks source link

Fix rendering aborted nodes in SSR #2218

Closed ealmloff closed 3 months ago

ealmloff commented 3 months ago

This PR fixes rendering aborted nodes in the SSR renderer by first converting nodes to VNodes and then rendering the VNode. It also cleans up a few unused items in the SSR renderer

Fixes #2190