Open
Description
What package has an issue
@svelteuidev/core
A clear and concise description of what the bug is
Type definitions for svelte/internal
were removed for svelte 4: https://svelte.dev/docs/v4-migration-guide#other-breaking-changes, sveltejs/svelte#9189
We are using get_current_component
, which is an internal method. We should find another solution for this.
In which browser(s) did the problem occur?
Firefox
Steps To Reproduce
- Install codebase using svelte>=4
- Check TS errors when importing
get_current_component
in the codebase
Do you know how to fix the issue
Yes
Are you willing to participate in fixing this issue and create a pull request with the fix
Yes
Relevant Assets
No response