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

Use the launch builder instead of web launch in the fullstack auth example #3640

Merged
merged 1 commit into from
Jan 25, 2025

Conversation

ealmloff
Copy link
Member

The fullstack auth example uses the raw web launch function which doesn't include all of the hydration logic for head elements. It doesn't cause any issues in that example, but it can cause issues when people start modifying the example like #3636. This PR switches to the launchbuilder which calls into the fullstack version if fullstack is enabled

@ealmloff ealmloff added example Update examples fullstack related to the fullstack crate labels Jan 24, 2025
@ealmloff ealmloff requested a review from a team as a code owner January 24, 2025 02:02
@jkelleyrtp jkelleyrtp merged commit fb7b1a3 into DioxusLabs:main Jan 25, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
example Update examples fullstack related to the fullstack crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants