mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
fix(website): don't error if unstable node missing (#11191)
fix: don't error if unstable node missing
This commit is contained in:
@@ -82,7 +82,7 @@ export async function DocItem({
|
||||
<DeprecatedNode deprecatedBlock={node.summary.deprecatedBlock} version={version} />
|
||||
) : null}
|
||||
|
||||
{node.summary?.unstableBlock.length ? (
|
||||
{node.summary?.unstableBlock?.length ? (
|
||||
<UnstableNode unstableBlock={node.summary.unstableBlock} version={version} />
|
||||
) : null}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user