huntabyte / vaul-svelte

An unstyled drawer component for Svelte.
https://vaul-svelte.com
MIT License
467 stars 19 forks source link

Support for svelte 5 #95

Closed VityaSchel closed 1 month ago

VityaSchel commented 1 month ago

Describe the bug

Looks like it does not work on svelte 5 unfortunately, I tried next tag, but in any case it just does not appear (instead appears under the screen) It looks like it has no styles at all Any ETA when experimental support for 5 svelte is shipped?

Reproduction

"svelte": "^5.0.0-next.263", "@sveltejs/kit": "^2.6.4", "vaul-svelte": "^1.0.0-next.0"

Logs

No response

System Info

N/A

Severity

blocking all usage of vaul-svelte

VityaSchel commented 1 month ago

I downgraded svelte 5 to svelte 4 and turns out this wasn't the problem I still have no idea why it does not render

VityaSchel commented 1 month ago

Sorry I just realized that the styling does not come out of the box 💀