Neel Patel

Results 1 comments of Neel Patel

Hello, if you are using lottie-web in next.js then you can dynamically load it inside useEffect() and the error will go away ```tsx 'use client'; import React, { useEffect, useRef...