trails/apps/journal/app
Ullrich Schäfer 9b2adebc4d Add ClientMap wrapper to avoid lazy() SSR resolution
.client.tsx modules return undefined on the server, but lazy() still
tries to resolve them during SSR causing "Element type is invalid".
Replace lazy()+Suspense with a ClientMap component that dynamically
imports the map only in useEffect (client-side only).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 22:52:57 +02:00
..
components Add ClientMap wrapper to avoid lazy() SSR resolution 2026-04-06 22:52:57 +02:00
lib Fix lint: duration is never reassigned, use const 2026-04-05 20:04:10 +02:00
routes Add ClientMap wrapper to avoid lazy() SSR resolution 2026-04-06 22:52:57 +02:00
entry.client.tsx Upgrade i18next v26 + react-i18next v17 with SSR-safe init 2026-03-29 11:38:36 +02:00
entry.server.tsx Upgrade i18next v26 + react-i18next v17 with SSR-safe init 2026-03-29 11:38:36 +02:00
root.tsx Pass full locale from Accept-Language to ClientDate 2026-03-29 11:46:21 +02:00
routes.ts Fix overview error rate panel, add request metrics to journal 2026-04-05 16:20:18 +02:00