Jump to content
Search Community

RicharB

Members
  • Posts

    2
  • Joined

  • Last visited

RicharB's Achievements

  1. Yeah, for some reason the TextPlugin doesn't work with react useRef hook. If I use id on my span element it started to work
  2. Hi, I'm having similar issue with TextPLugin. The GSAP is working fine until I'm trying to import TextPLugin as I'm getting this error Uncaught TypeError: Cannot read properties of undefined (reading 'toUpperCase') at Plugin.init I'm using Next 13. Anyone know what to do? import { gsap } from 'gsap'; import { TextPlugin } from 'gsap/dist/TextPlugin';
×
×
  • Create New...