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
Is your feature request related to a problem? Please describe.
In Svelte 5, attributes starting with on are shadowed (see my issue on the svelte repo here), this means the oneworld property isn't usable without a workaround.
Describe the solution you'd like
Can we get an aliased attribute like hasOneworld?
Describe alternatives you've considered
We recently found out you can just do the workaround below, but it's less than ideal.
{@html"<auro-lockup oneworld></auro-lockup>"}
So far no other workaround has been suggested on the svelte issue.
Additional context
This also affects other components like <auro-icon> and it's ondark attribute.
Exit criteria
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In Svelte 5, attributes starting with
on
are shadowed (see my issue on the svelte repo here), this means theoneworld
property isn't usable without a workaround.Describe the solution you'd like
Can we get an aliased attribute like
hasOneworld
?Describe alternatives you've considered
We recently found out you can just do the workaround below, but it's less than ideal.
So far no other workaround has been suggested on the svelte issue.
Additional context
This also affects other components like
<auro-icon>
and it'sondark
attribute.Exit criteria
No response
The text was updated successfully, but these errors were encountered: