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
Hello. Thank you for a very comprehensive and potentially easy-to-use Popover package for Svelte.
In attempting to use the component ("svelte": "^4.2.7"), I have encountered some challenges:
a) vite-plugin-svelte warning: Upon executing npm run dev, the following warning is emitted:
[vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.
[email protected]
Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.
Hello. Thank you for a very comprehensive and potentially easy-to-use Popover package for Svelte.
In attempting to use the component ("svelte": "^4.2.7"), I have encountered some challenges:
npm run dev
, the following warning is emitted:open
prop reactive (as in the button inside thediv
)Is there something that I am missing?
The text was updated successfully, but these errors were encountered: