a11y warnings
#1545
Replies: 1 comment 1 reply
-
If an issue only occurs when you add paraglide, perhaps the issue is with paraglide? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I get accesabilities warnings when using shadcn/bit-ui components.
[vite-plugin-svelte] src/lib/components/ui/button/button.svelte:63:20 `a11y-missing-attribute` is no longer valid — please use `a11y_missing_attribute` instead
After some disscussion #1512 It has been determined that this happens when you add paraglide with
npx sv
Reproduction
i can't make
npx sv
work with stackblitz and if i try to manually install paraglide it does not seem to play well with stack blitz.So i applogize, but all i did was use
npx sv create
and added paraglideLogs
System Info
Severity
annoyance
Beta Was this translation helpful? Give feedback.
All reactions