react-component / tween-one

Animate One React Element
https://tween-one.vercel.app/
MIT License
380 stars 30 forks source link

NextJS TweenOne useEffectLayout Warning #134

Closed jellohouse closed 2 years ago

jellohouse commented 2 years ago

I'm getting this warning in the console:

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 else having this issue? Is there a good way to solve this?

jljsj33 commented 2 years ago

https://github.com/react-component/tween-one/pull/132