Rami Bitar 5b0dbb5e6e Fix dialog SSR crash by gating DialogPortal to client
DialogPortal aliased Radix's Portal directly, which calls
createPortal(children, document.body) during render. Static
prerendering (e.g. /about via InquiryDialog) has no document
global and threw "document is not defined". Wrap it so the
portal only mounts client-side.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012Exmd6Wn13TGp1sArgK7y4
2026-06-30 16:11:22 -04:00
2026-04-17 12:09:22 -04:00
2026-04-17 12:09:22 -04:00
2026-04-17 12:09:22 -04:00
2026-06-17 08:30:46 -04:00
2026-04-17 12:09:22 -04:00
2026-04-17 12:09:22 -04:00
2026-05-28 22:55:56 -04:00
2026-06-22 10:02:47 -04:00
2026-04-17 12:09:22 -04:00
2026-04-17 12:09:22 -04:00
2026-06-22 10:02:47 -04:00
Description
No description provided
414 KiB
Languages
TypeScript 98.3%
CSS 1.5%
JavaScript 0.2%