SauravKanchan / svelte-chartjs

svelte wrapper for chart.js
https://saurav.tech/mdbsvelte/?path=/story/charts--examples
MIT License
304 stars 40 forks source link

[Bug]: Using private modules in svelte/internal that are not supported in Svelte 5 #167

Open alricsiu opened 1 week ago

alricsiu commented 1 week ago

Would you like to work on a fix?

Current and expected behavior

Error: Your application, or one of its dependencies, imported from 'svelte/internal', which was a private module used by Svelte 4 components that no longer exists in Svelte 5. It is not intended to be public API. If you're a library author and you used 'svelte/internal' deliberately, please raise an issue on https://github.com/sveltejs/svelte/issues detailing your use case.

Reproduction

https://svelte.dev/

chart.js version

4.4.5

svelte-chartjs version

v3.1.5

Possible solution

No response

PierrickP commented 1 week ago

Duplicated :point_right: #158