We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A clear and concise description of what the bug is. renderLayer causes hydration errors when using the nextjs app router.
renderLayer
To Reproduce Steps to reproduce the behavior:
npx create-next-app
react-laag
Example here https://codesandbox.io/p/sandbox/pensive-waterfall-tmw3dt?file=%2Fapp%2Fpage.tsx%3A12%2C1
Expected behavior Wrapping the component in "use client" should not cause hydration errors.
Screenshots
Browser / OS (please complete the following information):
Package versions
The text was updated successfully, but these errors were encountered:
Hello @everweij Can I be assigned this? I have run into a similar hydration error recently and might be able to fix this.
Sorry, something went wrong.
did you fix it?
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
renderLayer
causes hydration errors when using the nextjs app router.To Reproduce
Steps to reproduce the behavior:
npx create-next-app
)react-laag
Example here
https://codesandbox.io/p/sandbox/pensive-waterfall-tmw3dt?file=%2Fapp%2Fpage.tsx%3A12%2C1
Expected behavior
Wrapping the component in "use client" should not cause hydration errors.
Screenshots
Browser / OS (please complete the following information):
Package versions
The text was updated successfully, but these errors were encountered: