-
Notifications
You must be signed in to change notification settings - Fork 96
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
href attribute causes compiler error with component #114
Comments
For now, as a workaround, I just moved the tag outside of the component like this:
|
Thanks for the report. I've been busy lately but I'll have to look into this when I'm free next week--it sounds concerning. What version of |
From a very quick look, it looks like they've been reworking some of the typescript definitions recently (I found sveltejs/language-tools#1606 for example) and that might be responsible. It also looks like the 0.5.15 version was missing a file that has been corrected in 0.5.16, in case that happens to be causing this. |
I tried doing For reference, this is my yarn.lock from last week: https://github.com/Zamiell/isaac-streaking/blob/b1b03d787508a21c89a6cce58387ab63e3981636/yarn.lock |
@rgossiaux, I upgraded to [email protected], which I believe has the missing file fix you referenced above. However, I am still getting errors for |
Getting an error with the latest version of SvelteKit:
This error is confusing, as I'm pretty sure this code has been working just fine until recently.
Library version
1.0.2
The text was updated successfully, but these errors were encountered: