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
2:10 error Type '{ ariaLive: string; }' is not assignable to type 'ElementAttrs<HTMLAttributes>'. ts:2322
Property 'ariaLive' does not exist on type 'ElementAttrs<HTMLAttributes>'. Did you mean ''aria-live''?
Additional notes:
Also note how the error diagnostic is shorter than the attribute name. Seems that this is because internally Volar sees it as ariaLive rather than aria-live.
This also manifest when hovering the aria-live attribute -- the highlight is shorter than its name.
The text was updated successfully, but these errors were encountered:
Volar: 0.40.13
Typescript: 4.8.3
Getting a weird error on an
aria-live
attribute with certaintsconfig.json
settings (seems to be mostly specific tomoduleResolution !== 'classic'
.Reproduction
bug/aria-live
branch: https://github.com/rchl/volar-vue2-test/tree/bug/aria-livePage:
tsconfig.json:
Error:
Additional notes:
Also note how the error diagnostic is shorter than the attribute name. Seems that this is because internally Volar sees it as
ariaLive
rather thanaria-live
.This also manifest when hovering the
aria-live
attribute -- the highlight is shorter than its name.The text was updated successfully, but these errors were encountered: