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 the current route in ssr fullstack rendering #3153

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

ealmloff
Copy link
Member

@ealmloff ealmloff commented Oct 31, 2024

The route that needs to be rendered was not being set in dioxus fullstack during SSR rendering which caused the root route to be rendered everywhere. This fixes that issue

@ealmloff ealmloff added bug Something isn't working fullstack related to the fullstack crate labels Oct 31, 2024
@jkelleyrtp jkelleyrtp enabled auto-merge (squash) November 1, 2024 18:30
@jkelleyrtp jkelleyrtp disabled auto-merge November 1, 2024 18:30
@jkelleyrtp jkelleyrtp merged commit 412f0b5 into DioxusLabs:main Nov 1, 2024
16 of 17 checks passed
@ealmloff ealmloff deleted the fix-fullstack-ssr-route branch November 1, 2024 18: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 fullstack related to the fullstack crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants