With custom entry.client.tsx, initI18n() in root.tsx runs too late — the client hydrates before i18n is initialized, showing raw translation keys. Move initI18n() to entry.client.tsx where it runs before startTransition/hydrateRoot. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app | ||
| public | ||
| Dockerfile | ||
| package.json | ||
| react-router.config.ts | ||
| server.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||