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
I get this warning everytime I build my sveltekit project with npm run build
18:23:11 [vite-plugin-svelte] ~/node_modules/svelte-select/Select.svelte:687:8 A11y: <div> with mousedown handler must have an ARIA role
685: role="none">
686: {#if listOpen}
687: <div
^
688: use:floatingContent
689: bind:this={list}
The text was updated successfully, but these errors were encountered:
On Fri, 15 Dec 2023, 4:39 am Sokrates, ***@***.***> wrote:
I get this warning everytime I build my sveltekit project with npm run
build
18:23:11 [vite-plugin-svelte] ~/node_modules/svelte-select/Select.svelte:687:8 A11y: <div> with mousedown handler must have an ARIA role
685: role="none">
686: {#if listOpen}
687: <div
^
688: use:floatingContent
689: bind:this={list}
—
Reply to this email directly, view it on GitHub
<#655>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUAM7RZO5H5QN3KTMWBH5DYJM2VFAVCNFSM6AAAAABAVHEYJOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2DEMJXGIYTIMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
I get this warning everytime I build my sveltekit project with
npm run build
The text was updated successfully, but these errors were encountered: