From 975c4e21b13c23d3f335bc3fded54cae4f4f1df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Tue, 16 Dec 2025 00:50:37 +0100 Subject: [PATCH] Fix warning of eval use in lottie MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- packages/ui/src/Frameworks/useLottieRef.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;