DaveKeehl / svelte-reveal

Svelte action that leverages the Intersection Observer API to trigger reveal on scroll transitions.
https://stackblitz.com/edit/svelte-reveal?file=src%2FApp.svelte
MIT License
131 stars 3 forks source link

[Bug]: Demo error #206

Closed Saad5400 closed 7 months ago

Saad5400 commented 7 months ago

Describe the bug

Error, in the demo

Reproduction

Open the demo

System Info

Not sure

Severity

Critical

Additional Information

No response

Saad5400 commented 7 months ago

I got the same error after installing the package.

Seems like the folder is being installed empty without the src folder.

DaveKeehl commented 7 months ago

Yeah unfortunately I noticed that too! It's likely to be a misconfiguration of the release workflow, because it works fine on my machine. Will fix ASAP!

DaveKeehl commented 7 months ago

Patch 1.0.4 is out, fixing the broken published package! Sorry for the inconvenience