Open dawidmachon opened 2 years ago
I had that same issue with F7 and solved it by creating a .vscode folder with a settings.json file for :
{
"svelte.plugin.svelte.compilerWarnings": {
"a11y-click-events-have-key-events": "ignore"
}
}
Just in case that might help :)
Check that this is really a bug
Reproduction link
.
Bug description
On compilation, your components on Svelte receiving:
A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
It's because: Changelog from Svelte, November 2022:
Expected Behavior
No response
Actual Behavior
No response
Konsta UI version
1.02
Platform/Target and Browser Versions
windows, chrome dev 108.0.5359.10 (official) (64-bit)
Validations
Would you like to open a PR for this bug?