inertia
inertia copied to clipboard
Fix svelte 4 warning for ARIA role
#1627
If as is neither 'a' nor 'button', it spreads the { role, tabindex } object.
if role is 'button', it won't be included as an attribute on the element, ensuring that the correct role is applied based on the element type specified by the as variable.