trails/apps
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
..
journal Add ClientMap wrapper to avoid lazy() SSR resolution 2026-04-06 22:52:57 +02:00
planner Fix DB connection leak in health check handlers 2026-04-06 22:39:42 +02:00