-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Description
Describe the bug
It seems like svelte-ignore
comments are not working since I upgraded to Svelte 5 - svelte-check
and my IDE are spewing out errors/warnings where there were none before. This may seem like something small but currently it's blocking my CI and I'm not sure how to fix it, this is why it put this severity.
Reproduction
<!-- svelte-ignore a11y-no-static-element-interactions -->
<div on:mousedown={...}></div>
Logs
Warn: `<div>` with a mousedown or mouseup handler must have an ARIA role (svelte)
[...]
System Info
System:
OS: Windows 10 10.0.19045
CPU: (20) x64 12th Gen Intel(R) Core(TM) i7-12700KF
Memory: 13.10 GB / 31.86 GB
Binaries:
Node: 20.8.0 - C:\Program Files\nodejs\node.EXE
Yarn: 4.1.1 - C:\Program Files\nodejs\yarn.CMD
npm: 10.2.1 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: Spartan (44.19041.1266.0)
Internet Explorer: 11.0.19041.1566
Severity
blocking an upgrade
Metadata
Metadata
Assignees
Labels
No labels