You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Web Components are HTML only and not supported in the SVG namespace.
However, users such as me might not know this, and it would be helpful if the Svelte compiler told us so.
Describe the bug
Currently (Dec 2020), Svelte compiles a source with
<svelte:options namespace="svg" tag="svsv-draggable" />
quietly.The output contains:
This is enough to convince me that the code tries to make an HTML Web Component, but I haven't fully traced the output.
Expected behavior
Give the user a nice message, saying what we're trying to reach is not currently possible.
Information about your Svelte project:
Severity
Not severe. Helpful.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: