Open akdetrick opened 2 years ago
Looks like updating deps in package.json
actually resolves the issue:
- "i18next-fluent": "0.0.3",
- "i18next-fluent-backend": "0.0.2",
+ "i18next-fluent": "^2",
+ "i18next-fluent-backend": "^0.0.3",
Will submit a PR to close this issue tomorrow.
🐛 Bug Report
react-fluent example does not run due to error thrown by
js2ftl
.To Reproduce
react-i18next
repocd example/v9.x.x/react-fluent
npm ci
npm run start
Your Environment