Suspense 在 NEXTJS 中不起作用 - 那么如何转换为 i18next?

发布于 2025-01-10 03:46:40 字数 454 浏览 1 评论 0原文

我想在我的 nextjs 项目中使用 Suspense,但每当我使用它时都会出现这样的错误: 错误

然后我知道确实存在解决方案,可以通过修改 next-i18next-config.js 文件来纠正错误,例如

react: {
  useSuspense: false,
  wait: true
}

但是我只我的项目中有 next.config.js 并且不知道如何在我现有的 nextjs 项目中灌输 i18next 。 对此还有其他解决方案吗?如果没有,我如何修改我的项目以包含 i18next?

I want to use Suspense in my nextjs project but I get such an error whenever I use it:
Error

Then I got to know that a solution does exist, the error can be rectified by modifying the next-i18next-config.js file like

react: {
  useSuspense: false,
  wait: true
}

However I only have the next.config.js in my project and do not know how to inculcate i18next in my existing nextjs project.
Are there any other solutions for this? If not, how can I modify my project to include i18next?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文