Warning: useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format. This will lead to a mismatch between the initial, non-hydrated UI and the intended UI. To avoid this, useLayoutEffect should only be used in components that render exclusively on the client. See https://reactjs.org/link/uselayouteffect-ssr for common fixes. #753
Labels
Version
Latest ^6.0.0
Steps to reproduce
Using the library on NextJS
Expected Behavior
There should be no use of useLayoutEffect
Actual Behavior
Library is using useLayoutEffect
The text was updated successfully, but these errors were encountered: