rickylet
rickylet
感谢!按你的解决方法成功运行了。 不过是否应该从Taro框架本身引入才更好呢。
我按照seekerliu 提供的解决方案已经可以正常使用了。 > On May 8, 2024, at 15:40, 悟 ***@***.***> wrote: > > > 兄弟,我的不是报错,而是无法捕捉结果。不知道是啥原因,你们之前使用成功了吗? > > Taro v3.6.28 > > extraReducers: (builder) => { > builder.addCase(fetchUser.pending, (state, action)...
重新启动看看呢?似乎有些编译缓存不会被更新到。 > On May 17, 2024, at 09:57, 悟 ***@***.***> wrote: > > > 装了以后直接白屏了 > > 解决方法: 1,安装这俩包:yet-another-abortcontroller-polyfill,event-target-polyfill 2,app.js import: import 'event-target-polyfill'; import 'yet-another-abortcontroller-polyfill'; > > — > Reply...