You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
This library doesn't support Svelte 4 or 5 because it imports get_current_component from svelte/internal which is a warning in svelte 4 and a hard error in svelte 5. There is no clear workaround for using this import in svelte 5 sveltejs/svelte#9189
To Reproduce
Any repo with svelte 5 and svelte-headless
Library version
Add the version of svelte-headlessui that you are using here: Latest on NPM
The text was updated successfully, but these errors were encountered:
Describe the bug
This library doesn't support Svelte 4 or 5 because it imports
get_current_component
fromsvelte/internal
which is a warning in svelte 4 and a hard error in svelte 5. There is no clear workaround for using this import in svelte 5 sveltejs/svelte#9189To Reproduce
Any repo with svelte 5 and svelte-headless
Library version
Add the version of
svelte-headlessui
that you are using here: Latest on NPMThe text was updated successfully, but these errors were encountered: