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
In the Sidebar docs, under Sidebar > variant, you can see the <main> element wrapped with <SidebarInset>, meaning there will be 2 nested <main> elements per page.
This violates HTML spec and needs to be updated from:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The
<SidebarInset>
component is defined as follows (notice the main element):In the Sidebar docs, under Sidebar > variant, you can see the
<main>
element wrapped with<SidebarInset>
, meaning there will be 2 nested<main>
elements per page.This violates HTML spec and needs to be updated from:
To:
Correct?
Beta Was this translation helpful? Give feedback.
All reactions