raana Posted September 8, 2022 Posted September 8, 2022 hi All I did was add the following two lines of code and I got this error. import {gsap} from "gsap/dist/gsap"; import { Draggable } from "gsap/dist/Draggable"; gsap.registerPlugin(Draggable);
GreenSock Posted September 8, 2022 Posted September 8, 2022 That's my guess too. Try to do the gsap.registerPlugin() when the window/document objects exist. I bet at if you put a console.log(window) right before your gsap.registerPlugin(Draggable) line, it's undefined at that point, right? If you're still having trouble, please post a minimal demo (you can use CodeSandbox if you'd like).
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now