\`new Date(...).toLocaleString()\` zonder expliciete locale gebruikt de default-locale van runtime: server (Node) levert nl-NL formaat (\`05/05/2026, 13:21:51\`), browser CSR levert en-US (\`5/5/2026, 1:21:51 PM\`). React detecteert dat als hydration-mismatch en regenereert de tree. Fix: pass \`'nl-NL'\` met expliciete date/time-style. Server en client produceren nu identieke output. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| download-md-button.tsx | ||
| idea-detail-layout.tsx | ||
| idea-list.tsx | ||
| idea-md-editor.tsx | ||
| idea-pbi-link-card.tsx | ||
| idea-row-actions.tsx | ||
| idea-timeline.tsx | ||