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

support hydration #1342

Open
devinschumacher opened this issue Dec 11, 2024 · 2 comments
Open

support hydration #1342

devinschumacher opened this issue Dec 11, 2024 · 2 comments

Comments

@devinschumacher
Copy link

devinschumacher commented Dec 11, 2024

πŸš€ Feature Request

πŸ“ Description

anything that hydrates client side (i think?) doesnt seem to work.

✨ Describe the solution you'd like

anything i wrap with a <ClientOnly> tag in nuxt does not show/render in ResponsivelyApp

✍️ Describe alternatives you've considered

none that i know of?

@SiddhantTripathi1
Copy link

you can Use a mounted() Hook.This hook ensures that the content is only rendered after the component has been mounted on the client-side.

@devinschumacher
Copy link
Author

you can Use a mounted() Hook.This hook ensures that the content is only rendered after the component has been mounted on the client-side.

isnt that also what is doing? whats the difference?

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

No branches or pull requests

2 participants