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
I get this error when I try to import lottie, anyone who knows how to fix this?
error message:
'LottiePlayer' is declared but its value is never read.js(6133)
Could not find a declaration file for module '@lottiefiles/svelte-lottie-player'. 'c:/sites/components/components-app/node_modules/@lottiefiles/svelte-lottie-player/dist/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/lottiefiles__svelte-lottie-player if it exists or add a new declaration (.d.ts) file containing declare module '@lottiefiles/svelte-lottie-player';js(7016)
Thanks in advance !
The text was updated successfully, but these errors were encountered:
Hello,
I get this error when I try to import lottie, anyone who knows how to fix this?
error message:
'LottiePlayer' is declared but its value is never read.js(6133)
Could not find a declaration file for module '@lottiefiles/svelte-lottie-player'. 'c:/sites/components/components-app/node_modules/@lottiefiles/svelte-lottie-player/dist/index.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/lottiefiles__svelte-lottie-player
if it exists or add a new declaration (.d.ts) file containingdeclare module '@lottiefiles/svelte-lottie-player';
js(7016)Thanks in advance !
The text was updated successfully, but these errors were encountered: