Jump to content
Search Community

Draggable - TypeError: Cannot read properties of undefined (reading 'style')

raana

Recommended Posts

Posted

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);

1808028969_Screenshotfrom2022-09-0815-01-48.png.0f822f5bc2c73c37219e778dfd37b2bc.png

 

922425011_Screenshotfrom2022-09-0814-44-51.thumb.png.4313e1c5f8212a44fac83ec4a91ef6a3.png

Posted

Hi there Raana, 

 

this may be an SSR issue?
 

 

Posted

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). 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...