Suspense 在 NEXTJS 中不起作用 - 那么如何转换为 i18next?
我想在我的 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:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论