【发布时间】:2022-01-26 05:27:17
【问题描述】:
TypeError:无法解构“object null”的属性“components”,因为它为 null。当我对 Next.js 项目运行“yarn dev”时?
【问题讨论】:
-
请提供足够的代码,以便其他人更好地理解或重现问题。
标签: object null next.js components typeerror
TypeError:无法解构“object null”的属性“components”,因为它为 null。当我对 Next.js 项目运行“yarn dev”时?
【问题讨论】:
标签: object null next.js components typeerror
检查_app.js 文件的子级。首先使用虚拟标签渲染它,然后传递您的实际数据
【讨论】: