Draggable - TypeError: Cannot read properties of undefined (reading 'style')
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);
2 replies