debugging 未捕获的错误:第425章:我的世界

bqjvbblv  于 2022-11-14  发布在  其他
关注(0)|答案(1)|浏览(74)

当我的应用程序移动到生产这些错误出现,我不知道它可能是什么。
Look the image of console
我正在使用:

"dependencies": {
"@supabase/supabase-js": "^1.35.6",
"date-fns": "^2.29.2",
"duration-fns": "^3.0.1",
"next": "^12.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.34.2",
"react-icons": "^4.4.0",
"uuid": "^8.3.2"

},“设备依赖关系”:{“自动前缀”:“^10.4.8”,“postcss”:“^8.4.16”,“尾风”:“^3.1.8”}

iq0todco

iq0todco1#

仅从这一点还不清楚是什么问题,我猜你使用的是自定义捆绑解决方案/手动安装。你认为你可以被说服转移到像Create React App这样的东西吗?

相关问题