OpenSquared 77b3a27495 fix: TS2322 in CalendarPage — typed bootstrap result vars outside JSX
Record<string, T> index type prevents 'error' in narrowing, causing
string | T to leak into ReactNode positions. Fix: precompute
bootstrapError (string|null) and bootstrapEntries ([string, T][])
before JSX so TypeScript can resolve types correctly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-26 14:50:07 +02:00
Description
No description provided
30 MiB
Languages
Python 46.7%
TypeScript 44.9%
HTML 8%
Shell 0.1%