Replies: 1 comment
-
我们目前没有支持在 data loader 里调用 BFF 的能力,但这在计划之中,在内部我们已经提供了一些集成与实践。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
如题,在开启SSR后,如果在page.data.ts的里请求里bff的数据,会报错Can't call useContext out of scope,



但是不开启SSR就没事,请问是什么原因,我代码里都没有使用useContext的方法,api文件夹里只使用默认的接口都会报错。
Error: Can't call useContext out of scope, make sure @modern-js/utils is a single version in node_modules,
Beta Was this translation helpful? Give feedback.
All reactions