mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
fix: sidebar behaviour when switching package/version
This commit is contained in:
@@ -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;
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user