Skip to content
New issue

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

document is not defined #11

Closed
cdslxc opened this issue Sep 11, 2022 · 2 comments
Closed

document is not defined #11

cdslxc opened this issue Sep 11, 2022 · 2 comments

Comments

@cdslxc
Copy link

cdslxc commented Sep 11, 2022

I got a warning that document is not defined in my terminal.

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}
/>

CleanShot 2022-09-12 at 04 02 23@2x

@secondl1ght
Copy link

See issue #7

@cdslxc
Copy link
Author

cdslxc commented Sep 14, 2022

Duplicate.

@cdslxc cdslxc closed this as not planned Won't fix, can't repro, duplicate, stale Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants