Skip to content

Fix mismatched Tabs values in devnet guide#571

Open
AleoAlexander wants to merge 1 commit intomasterfrom
fix/devnet-tabs-values
Open

Fix mismatched Tabs values in devnet guide#571
AleoAlexander wants to merge 1 commit intomasterfrom
fix/devnet-tabs-values

Conversation

@AleoAlexander
Copy link
Collaborator

@AleoAlexander AleoAlexander commented Mar 11, 2026

Summary

  • Fixed defaultValue="cargo" on the <Tabs> component — changed to "macos" since there is no cargo TabItem
  • Fixed second <TabItem value="prebuilt"> — changed to value="ubuntu" to match the values array

These mismatches cause a Docusaurus rendering crash: "The <Tabs> has a defaultValue 'cargo' but none of its children has the corresponding value."

Test plan

  • Verify the devnet guide page renders without errors
  • Verify both macOS and Ubuntu tabs display correctly

🤖 Generated with Claude Code

… guide

The Tabs component had defaultValue="cargo" but no child TabItem with that
value (only "macos" and "ubuntu" exist). The second TabItem also had
value="prebuilt" instead of "ubuntu", causing a Docusaurus rendering crash.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant