LottieFiles / svelte-lottie-player

Lottie Player component for Svelte
MIT License
134 stars 16 forks source link

Not a valid SSR component #5

Closed xpluscal closed 3 years ago

xpluscal commented 3 years ago

this is the error I'm getting:

Error: <LottiePlayer> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled module

xpluscal commented 3 years ago

Figured it out, lottie needed to go into devDependencies. That fixed it.