fix: sidebar behaviour when switching package/version

This commit is contained in:
iCrawl
2025-05-15 17:11:47 +02:00
parent 14e226b72b
commit c92a8c27a2
18 changed files with 377 additions and 208 deletions

View File

@@ -8,7 +8,7 @@ export async function fetchSitemap({
packageName,
version,
}: {
readonly entryPoint?: string | undefined;
readonly entryPoint?: string | null | undefined;
readonly packageName: string;
readonly version: string;
}) {