React: Unhandled Rejection (TypeError) : dispatch is not a function (anonymous function)

时间:2021-02-09 17:53:54

标签: reactjs redux

我在反应中遇到错误 还原 像:` .catch((err) => { 派遣({ 类型:POST_ERROR, 有效载荷:{味精:err.response.statusText,状态:err.response.status}, }); }); };

` 问题出在哪里?

1 个答案:

答案 0 :(得分:1)

你能分享你的整个组件吗?

如果您使用钩子,您可能会遗漏 const dispatch = useDispatch();

如果您处于“课堂”模式,该功能可从商店获得store.dispach()

https://redux.js.org/tutorials/fundamentals/part-2-concepts-data-flow#dispatch