问题描述
这个错误是什么意思?在将请求分派到redux商店时出现此错误。
Error: Actions may not have an undefined "type" property. Have you misspelled a constant?
client/src/redux/alert/alertActions.jsx:18
15 | variant: variant
16 | }
17 | })
> 18 | setTimeout(()=> dispatch(actionType(REMOVE_ALERT,{id: 1})),timeout)
19 | }
20 |
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)