我在反应中遇到错误 还原 像:` .catch((err) => { 派遣({ 类型:POST_ERROR, 有效载荷:{味精:err.response.statusText,状态:err.response.status}, }); }); };
` 问题出在哪里?
答案 0 :(得分:1)
你能分享你的整个组件吗?
如果您使用钩子,您可能会遗漏 const dispatch = useDispatch();
。
如果您处于“课堂”模式,该功能可从商店获得store.dispach()
https://redux.js.org/tutorials/fundamentals/part-2-concepts-data-flow#dispatch