Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rendering aborted nodes in SSR #2218

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

ealmloff
Copy link
Member

@ealmloff ealmloff commented Apr 1, 2024

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

@ealmloff ealmloff added bug Something isn't working ssr server-side-rendering (prerendering) labels Apr 1, 2024
@jkelleyrtp jkelleyrtp merged commit 947b23b into DioxusLabs:main Apr 2, 2024
9 checks passed
@ealmloff ealmloff deleted the fix-ssr-render-none branch April 2, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ssr server-side-rendering (prerendering)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option None Element crash the Renderer on Fullstack Serve direct access
2 participants