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
Hey @OWLYone 👋, thanks for checking out LayerChart. That's interesting you're receiving that error. Could you share your repo to see if I can reproduce locally?
16:15:01 [vite] error while updating dependencies:
Error: Build failed with 1 error:
node_modules/layerchart/dist/utils/ticks.js:3:33: ERROR: No matching export in "node_modules/svelte-ux/dist/index.js" for import "getDuration"
at failureErrorWithLog (F:...\tryout-layerchart\node_modules\esbuild\lib\main.js:1651:15)
at F:...\tryout-layerchart\node_modules\esbuild\lib\main.js:1059:25
at F:...\tryout-layerchart\node_modules\esbuild\lib\main.js:1527:9
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
`
In a vanilla installation following the documentation to the letter:
I'm getting the following Error:
`✘ [ERROR] No matching export in "node_modules/svelte-ux/dist/index.js" for import "getDuration"
And indeed, it does not look like it's properly exported/imported... Or I'm missing something?
The text was updated successfully, but these errors were encountered: