我一直在开发一个项目,它不断向我显示运行时的错误,如下所示:
Unhandled Runtime Error
TypeError: Cannot destructure property 'ReactCurrentDispatcher' of '{imported module [project]/nodemodules/next/dist/compiled/react/index.js [app-client] (ecmascript)}.default.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED' as it is undefined.
我正在使用nextjs 15和react 19。我尝试降级react以及删除并重新安装node_modules,但它一直向我显示相同的错误。
为未定义的对象提供后备。希望这能解决您的问题。