Not sure if you meant to post the same thing again.   Try adding this code to prevent errors during server rendering.   if (typeof window === "undefined") { var dummyElement = { style: {}, appendChild: function() {}, removeChild: function() {} }; global.window = {}; global.navigator = { userAgent: "" }; global.document = { createElement: function() { return dummyElement } }; }     I just ran that in node without any errors. The "GSAP
    • Like
    3