Mock useLayoutEffect with useEffect #1111
Unanswered
PetterRuud
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Jest, I did it like this
setup-tests.ts
My try with Vitest
Still getting
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
Anyone have a fix for the mock?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions