You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the page folder in Next JS and try to use this library.
It generally looks like it works but I spotted a Hydration error. I assume that query params are available only on the client side and the server returns HTML without code which depends on query params. Maybe you have some recommendations how to use this library on Next JS (except using SSR flow only static build or revalidation?
The text was updated successfully, but these errors were encountered:
Hey
I use the page folder in Next JS and try to use this library.
It generally looks like it works but I spotted a Hydration error. I assume that query params are available only on the client side and the server returns HTML without code which depends on query params. Maybe you have some recommendations how to use this library on Next JS (except using SSR flow only static build or revalidation?
The text was updated successfully, but these errors were encountered: