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

ClientOnly fallback should support SSR #73

Closed
andriygm opened this issue Apr 3, 2024 · 1 comment · Fixed by #74
Closed

ClientOnly fallback should support SSR #73

andriygm opened this issue Apr 3, 2024 · 1 comment · Fixed by #74

Comments

@andriygm
Copy link

andriygm commented Apr 3, 2024

Currently, the ClientOnly fallback renders when the loader resolves after hydration. Is it feasible to render the fallback server-side if applicable, before hydration?

@magne4000
Copy link
Member

The new clientOnly does just that, thanks for the report. Published in v0.4.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants