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
node_modules/svelte-tabs/src/Tab.svelte:46:0 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
44: </style>
45:
46: <li
^
47: bind:this={tabEl}
48: role="tab"
node_modules/svelte-tabs/src/Tabs.svelte:98:0 A11y: <div> with keydown handler must have an ARIA role
96: </script>
97:
98: <div class="svelte-tabs" on:keydown={handleKeyDown}>
^
99: <slot></slot>
100: </div>
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: