diff --git a/packages/ui/src/Frameworks/useLottieRef.ts b/packages/ui/src/Frameworks/useLottieRef.ts index cb5a85433..0c5de1692 100644 --- a/packages/ui/src/Frameworks/useLottieRef.ts +++ b/packages/ui/src/Frameworks/useLottieRef.ts @@ -1,5 +1,5 @@ import { useEffect, useRef, useState } from "react"; -import lottie, { type AnimationItem } from "lottie-web"; +import lottie, { type AnimationItem } from "lottie-web/build/player/lottie_light"; type Options = { threshold?: number;