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
Hi @wdh2100, thanks for opening this issue. As mentioned in #753, the library doesn't know if it's being rendered on the client or the server. You can probably just ignore the warning, but if you really want to suppress it, you can render a fallback UI while rendering on the server.
Hi @wdh2100, thanks for opening this issue. As mentioned in #753, the library doesn't know if it's being rendered on the client or the server. You can probably just ignore the warning, but if you really want to suppress it, you can render a fallback UI while rendering on the server.
Version
Latest ^6.0.0
Steps to reproduce
Using the library on NextJS
Expected Behavior
Avoid useLayoutEffect wairning
ref :
The text was updated successfully, but these errors were encountered: