devika icon indicating copy to clipboard operation
devika copied to clipboard

It doesn't work I have an error

Open start-life opened this issue 1 year ago • 3 comments

VITE v5.2.2 ready in 766 ms

➜ Local: http://localhost:3000/ ➜ Network: use --host to expose ➜ press h + enter to show help 23:20:23 [vite-plugin-svelte] C:/zxcv/devika/ui/src/lib/components/ControlPanel.svelte:115:10 A11y: '#' is not a valid e 23:20:23 [vite-plugin-svelte] C:/zxcv/devika/ui/src/lib/components/ControlPanel.svelte:124:14 A11y: '#' is not a valid e 23:20:23 [vite-plugin-svelte] C:/zxcv/devika/ui/src/lib/components/ControlPanel.svelte:186:16 A11y: '#' is not a valid e

start-life avatar Mar 26 '24 21:03 start-life

me too. I have same error.

VITE v5.2.2 ready in 294 ms

➜ Local: http://localhost:3000/ ➜ Network: use --host to expose ➜ press h + enter to show help 8:32:46 PM [vite-plugin-svelte] /home/n/Desktop/sources/devika/ui/src/lib/components/ControlPanel.svelte:115:10 A11y: '#' is not a valid href attribute 8:32:46 PM [vite-plugin-svelte] /home/n/Desktop/sources/devika/ui/src/lib/components/ControlPanel.svelte:124:14 A11y: '#' is not a valid href attribute 8:32:46 PM [vite-plugin-svelte] /home/n/Desktop/sources/devika/ui/src/lib/components/ControlPanel.svelte:186:16 A11y: '#' is not a valid href attribute 8:32:47 PM [vite-plugin-svelte] /home/n/Desktop/sources/devika/ui/src/lib/components/ControlPanel.svelte:115:10 A11y: '#' is not a valid href attribute 8:32:47 PM [vite-plugin-svelte] /home/n/Desktop/sources/devika/ui/src/lib/components/ControlPanel.svelte:124:14 A11y: '#' is not a valid href attribute 8:32:47 PM [vite-plugin-svelte] /home/n/Desktop/sources/devika/ui/src/lib/components/ControlPanel.svelte:186:16 A11y: '#' is not a valid href attribute

wilofice avatar Mar 26 '24 23:03 wilofice

Just replace "#" with "#/" your issue will be resolved for the time being. Also, It should not cause the app to not start, this is just a A11Y error. i.e. Svelte says that using "#" might not be best for accessibility.

KaustubhTrivedi avatar Mar 27 '24 00:03 KaustubhTrivedi

The user interface opens for me but nothing happens I try to press the buttons and nothing happens and this is the error so what can be done?

start-life avatar Mar 27 '24 12:03 start-life

fetch the latest changes.

ARajgor avatar Apr 03 '24 19:04 ARajgor