You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Argument of type '{ animationData: any; autoPlay: boolean; loop: boolean; speed: number; ref: string; }' is not assignable to parameter of type 'typeof import("/Users/andy/development/lottie-web-vue-test/node_modules/lottie-web-vue/dist/index") & Record<string, unknown>'.
Property 'LottieAnimation' is missing in type '{ animationData: any; autoPlay: boolean; loop: boolean; speed: number; ref: string; }' but required in type 'typeof import("/Users/andy/development/lottie-web-vue-test/node_modules/lottie-web-vue/dist/index")'.ts(2345)
The text was updated successfully, but these errors were encountered:
Bug report raised using the following code:
Using the following doesn't work in version 2.0.7:
Fix:
Typescript Error:
The text was updated successfully, but these errors were encountered: