SIGN IN SIGN UP

fix(docs): prevent hero-text select label flicker on reload (#430)

Radix Select injects the selected option label into the trigger via a
client-only portal, so the statically rendered page ships an empty
trigger and the label pops in after hydration. Render the value as
SelectValue children instead, so the label is present in the SSR HTML
(this also disables the portal path via valueNodeHasChildren).

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
C
christopherkindl committed
84d4292684325c8ff818534f74ec545d82872add
Parent: 50b1aa4
Committed by GitHub <noreply@github.com> on 7/10/2026, 4:03:26 AM