mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +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:
@@ -80,7 +80,7 @@ export async function PropertyNode({
|
||||
<DeprecatedNode deprecatedBlock={property.summary.deprecatedBlock} version={version} />
|
||||
) : null}
|
||||
|
||||
{property.summary?.unstableBlock.length ? (
|
||||
{property.summary?.unstableBlock?.length ? (
|
||||
<UnstableNode unstableBlock={property.summary.unstableBlock} version={version} />
|
||||
) : null}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user