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
based on that aria current is "true" when "page" in submenu aria-current={router.asPath == link?.link?.slug ? 'page' : 'false'}
Should look if somewhere else aria-current is used as something else too, since it can be one of these. AriaAttributes["aria-current"]?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined
If aria current is used more places with tailwind aria-current:, then need to add to the aria config.
The text was updated successfully, but these errors were encountered:
remove from config
and in theme add
based on that aria current is "true" when "page" in submenu
aria-current={router.asPath == link?.link?.slug ? 'page' : 'false'}
Should look if somewhere else aria-current is used as something else too, since it can be one of these.
AriaAttributes["aria-current"]?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined
If aria current is used more places with tailwind aria-current:, then need to add to the aria config.
The text was updated successfully, but these errors were encountered: