generated from react-component/footer
-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
During SSR have this warning:
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.
The code producing it:
Line 151 in 58885d1
React.useLayoutEffect(() => { |
lgenzelis, vvtommy, Addj, ArchiCroc, szhang1-godaddy and 25 moreAddj, vi-nastya, multiwebinc, alitourani, null-rider-404 and 1 more
Metadata
Metadata
Assignees
Labels
No labels