In my Vue 3 project, I've been attempting to incorporate lottie-player but keep encountering a persistent warning stating that Vue is unable to resolve the component lottie-player. Following the guidelines outlined in the official documentation of lottieFiles (), I have found that this issue seems to be isolated to Chrome on iOS. Other browsers and operating systems display the warning but still function properly.
Despite trying various npm packages, none have proven effective for me so far. My current plan involves detecting Chrome on iOS and displaying an alternative animation specifically for that scenario. However, it would be much appreciated if someone could offer a solution to eliminate this warning altogether. It's frustrating to think that there may not be a proper way to integrate lottieFiles into Vue 3, right? lottie docs Vue warning