Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"react-day-picker": "^9.14.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.71.2",
"react-i18next": "^16.5.8",
"react-i18next": "^16.6.2",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Delay this upgrade until the app waits for i18n readiness

react-i18next 16.6.0+ now warns whenever t() is used before ready while useSuspense: false is enabled. This app does exactly that on cold starts: src/i18n/index.ts:162-164 disables Suspense, src/main.tsx:1-6 renders <App /> immediately instead of awaiting i18n.init(), and translated components never gate on the ready flag. After this bump, the initial render will emit warning spam from every useTranslation() consumer until init finishes, which will pollute dev/test output and make real i18n regressions much harder to spot.

Useful? React with 👍 / 👎.

"react-joyride": "^2.9.3",
"react-markdown": "^10.1.0",
"react-pdf": "^10.4.1",
Expand Down