-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Closed
Labels
good first issueEasy to fix issues, good for newcomersEasy to fix issues, good for newcomers
Description
Examples bug report
Example name
Example name is with-react-i18next.
Describe the bug
When using react-i18next v8.0.4 in the demo, we get a 500 server error:
TypeError: Cannot set property 'wait' of undefined
Note that v8.0.4 is the latest release of react-i18next at this moment.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Clone and install the example
- Install
react-i18nextwith the version8.0.4 - Run the example
- Open your browser and see the error
Expected behavior
The page should be displayed.
Screenshots
None.
System information
- OS: macOS High Sierra Version 10.13.6
- Browser (if applies) Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
- Version of Next.js: latest
{
"name": "react-i18next-nextjs-example",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"express": "4.16.3",
"i18next": "11.9.0",
"i18next-browser-languagedetector": "2.2.3",
"i18next-express-middleware": "1.4.0",
"i18next-node-fs-backend": "2.1.0",
"i18next-xhr-backend": "1.5.1",
"next": "latest",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-i18next": "8.0.4"
}
}
Additional context
None.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueEasy to fix issues, good for newcomersEasy to fix issues, good for newcomers