-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
compiler error: this shouldn't happen! generated code is trying to use inexistent internal #3173
Comments
This happens with any component (not element) with children and a prop containing an |
Yikes, sorry about that. That was me on #2963, although it is catching a compiler bug. PR incoming. |
Similar to #3114. It looks like this one is because of the |
|
Where does |
escape `@` sigils in block comments
You're right. I thought |
This occurs with an
A
component that takes ahref
property that contains"mailto:"
.https://svelte.dev/repl/90d5d66d0ad64c0397129a035cd906a5?version=3.6.4
The text was updated successfully, but these errors were encountered: