-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module /src/iconVersion #196
Comments
first glance looks like this might be an issue with either the build process or the bundler. @jason-capsule42 to do further investigation. |
Hi @jason-capsule42, is there an update on this? I'm not blocked yet, but very close to being a blocker on using auro for our current project. |
The auro-select component has not been updated to be fully ESM SSR compatible, please see https://github.com/orgs/AlaskaAirlines/discussions/502 The auro-select element has a dependency on auro-menu which has a dependency on mark.js which hasn't had a release for 5 years. Unless we can find a ESM workaround for mark.js, please see this recommendation: |
Your error stack does elude to this line of code: https://github.com/AlaskaAirlines/auro-menu/blob/main/src/auro-menuoption.js#L13 To be ESM compatible, this JavaScript reference needs to use |
This was fixed by auro-menu v4.0.0 release and therefore this ticket can be closed. |
Describe the bug
While attempting to use
svelte-kit
, I'm unable to useauro-select
. I think it could possibly be an SSR issue?To Reproduce
Steps to reproduce the behavior:
svelte-kit
appnpm i @aurodesignsystem/auro-menu
import '@aurodesignsystem/auro-select'
Expected behavior
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: