fedorovvvv / svelte-floating-ui

Svelte✨ Floating UI 🎈
MIT License
151 stars 8 forks source link

prevent directory import error #16

Closed dgore7 closed 5 months ago

dgore7 commented 5 months ago

When importing svelte-floating-ui from a transitive dependency I receive the following message:

Error [ERR_UNSUPPORTED_DIR_IMPORT]: Directory import '<working_dir>/node_modules/svelte-floating-ui/core' is not supported resolving ES modules imported from <working_dir>/node_modules/svelte-floating-ui/index.js

This PR should prevent the error

dgore7 commented 5 months ago

fixes #13