This reproduction shows infinite network calls caused by infinite i18next instance creation in appWithTranslation
HOC.
Patch changes for the issue is opened as PR
- Open http://localhost:3000/server-translation.
- Click "Go to Server Translation page" link, which heads to
/client-translation
. - You will see infinite network calls.
See patched version
- Checkout branch
patched
. - Re-run npm install
- Run
yarn dev
to see the patched version.