Adrián Velasco
Adrián Velasco
same issue here. have you found a solution?
@js2me hey, and what if I would like to keep dots? is there a way to disable it?
this will be awesome. I was also unable to get this image resolution validation working with `getFilesFromEvent`.
I confirm this error is gone if you [dynamically import](https://nextjs.org/docs/app/building-your-application/optimizing/lazy-loading) the Player component as @dzungmv suggested. This is my solution. ```tsx // player.tsx import dynamic from 'next/dynamic'; export const ReactLottiePlayer...