Aluma Gelbard

Results 2 comments of Aluma Gelbard

We have the same issue. We use `@lottiefiles/dotlottie-web@^0.34.0` with `next@^14.2.13`. (We preferred to use `@lottiefiles/dotlottie-web` over `@lottiefiles/dotlottie-react` due to an issue the react package has with `config.layout`) Way to reproduce:...

Thanks to @lazybean comment I figured out it happens because `createLottieWorker` is called twice when `StrictMode` is enabled, causing a side-effect to run twice. I made this patch to make...