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
Following sveltejs/svelte#11052, svelte now warns on self closing tags for non void elements. This causes a warning when using <enhanced:img />, which is inconsistent with the usage of <img />
Describe the bug
Following sveltejs/svelte#11052, svelte now warns on self closing tags for non void elements. This causes a warning when using
<enhanced:img />
, which is inconsistent with the usage of<img />
Reproduction
Logs
No response
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: