Adam Roberts
Adam Roberts
@adamcoulombe how do you destroy it on componentWillUnmount?
> @aaadamgo i guess use the destroy method > > ``` > componentWillUnmount(){ > myScroller.destroy() > } > ``` Thanks Adam, i tried that, or similar anyway. And when it...
@cdtinney could really do with this right now. Any ideas in the meantime?
> @aaadamgo Have you tried adding a hover listener and changing the speed to `0` on hover? Doh, good idea, will try that now.
Just encountered this problem as well for the first time, I need a fix asap.
> I was able to resolve this setting my `three` version to `0.149.0` from `0.169.0`. I tried that too but it didn't work for me. I'm in Nextjs. However, the...
Hey @vasturiano thanks! Ok so I've set it up on codesandbox, and if I use the following, it works perfectly fine. ``` "dependencies": { "@types/three": "0.170.0", "next": "15.0.3", "react": "^18",...
@vasturiano yeah I understand that. Unfortunately spline doesn't work properly on the newer versions. I've tried every version above 149 to try both spline + globe together and there's always...
Just encountered this, I need a fix for it!