Hi,   Regarding the useLayoutEffect and SSR issues, @OSUblake crafted a very simple solution for that, you can read about it here: https://greensock.com/react-advanced#useIsomorphicLayoutEffect   As for the deployment issues with a private key here is a repo that is actually working for me without issues: https://github.com/rhernandog/next-gsap-bonus-yarn   What I do is create a .npmrc file with the following content: always-auth=true registry=https://n
    • Like
    1