Hi everyone,   my project is built with Next.js. After updating gsap from 3.6.1 to 3.7.0 I encountered a problem with scroll position. Next.js scrolls to top by default after navigation to another page, but that no longer works when I have gsap 3.7.0. New page maintains the scroll position of the previous one.   Here are two demos: one that demonstrates the correct behaviour with gsap 3.6.1 https://codesandbox.io/s/gsap-361-38gq7 and another one with the unwanted be