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
Warning from npm run build whilst building admin webapp
vite v5.4.6 building for production...
transforming (33) node_modules/svelte/src/runtime/easing/index.js10:00:42 AM [vite-plugin-svelte] /home/chris/git/github.com/atsign-foundation/noports/apps/admin/webapp/src/lib/InPlaceEdit.svelte:41:4 A11y: Non-interactive element <form> should not be assigned mouse or keyboard event listeners.
39:
40: {#if editing}
41: <form on:submit|preventDefault={submit} on:keydown={keydown}>
^
42: <input bind:value on:blur={submit} {required} use:focus/>
43: </form>
10:00:42 AM [vite-plugin-svelte] /home/chris/git/github.com/atsign-foundation/noports/apps/admin/webapp/src/lib/InPlaceEdit.svelte:45:4 A11y: <div> with dblclick handler must have an ARIA role
43: </form>
44: {:else}
45: <div on:dblclick={edit}>
^
46: {value}
47: </div>
Describe the bug
Warning from
npm run build
whilst building admin webappCan also be seen in last run of multibuild
Steps to reproduce
cd apps/admin/webapp/
npm ci
npm run build
Expected behavior
Build completes without warnings
The text was updated successfully, but these errors were encountered: