使用反冲状态库时遇到问题

问题描述 投票:0回答:1

我一直在开发一个项目,它不断向我显示运行时的错误,如下所示:

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,但它一直向我显示相同的错误。

reactjs next.js recoiljs
1个回答
0
投票

为未定义的对象提供后备。希望这能解决您的问题。

© www.soinside.com 2019 - 2024. All rights reserved.