We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8e1b5 commit 1d71385Copy full SHA for 1d71385
src/components/sidebar/index.tsx
@@ -22,7 +22,10 @@ const activeLinkSelector = `.${styles.sidebar} .toc-item .active`;
22
23
export const sidebarToggleId = styles['navbar-menu-toggle'];
24
25
-export async function Sidebar({path, versions}: SidebarProps): Promise<JSX.Element | null> {
+export async function Sidebar({
26
+ path,
27
+ versions,
28
+}: SidebarProps): Promise<JSX.Element | null> {
29
const rootNode = await getDocsRootNode();
30
31
if (isDeveloperDocs) {
0 commit comments