We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got a warning that document is not defined in my terminal.
document is not defined
I'm using SvelteKit.
<script lang="ts"> //@ts-ignore import { LottiePlayer } from '@lottiefiles/svelte-lottie-player'; </script> <LottiePlayer src="/checkmark.json" autoplay={true} loop={true} renderer="svg" background="transparent" height={600} width={600} />
The text was updated successfully, but these errors were encountered:
See issue #7
Sorry, something went wrong.
Duplicate.
No branches or pull requests
I got a warning that
document is not defined
in my terminal.I'm using SvelteKit.
The text was updated successfully, but these errors were encountered: