You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc(issue-2259): Document react state issue (#2260)
Updated README to explain on the best way to solve an issue where
react state is getting cleared between pages navigations.
Co-authored-by: lburrack <lburrack@nba.com>
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -400,6 +400,20 @@ This means that the i18n configuration file will be in the same directory as `ne
400
400
401
401
**Notice** If your config `next-i18next.config.js` is not in the same directory as `next.config.js`, you must copy it manually (or by custom script).
402
402
403
+
#### Adding next-i18next incrementally
404
+
405
+
If you are planning on incrementally add next-i18next to you project we recommended that you will pass your `next-i18next.config` to `appWithTranslation` to avoid any issues.
0 commit comments