-
Notifications
You must be signed in to change notification settings - Fork 11
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
Svelte 5 Compatability #44
Comments
use:tooltip
Svelte 5 Compatability
use:tooltip
Svelte 5 Compatability
Now that 5 is out, this would be awesome |
seems like this /// svelte.config.js
export default {
compilerOptions: {
compatibility: {
componentApi: 4
}
}
}; should help, but it's not working for me. |
I would love a svelte 5 version too. Cant get |
Agree, moving to Svelte5 might be the better option. Question is, how straightforward is it? There seem to be some internal APIs in use,...so some redesign might be requried. |
Ok, I am almost done, will have to fix the tests and then make a PR. |
@inzanez Any progress? |
When attempting to use the
use:tooltip
action or<Tooltip content={{component: ...}}>...</Tooltip>
in the Svelte 5 Release Candidate ([email protected]
) I encounter this error.I understand that Svelte 5 has not officially released, however support for the next generation would be a nice addition.
The text was updated successfully, but these errors were encountered: