标签: redux react-redux redux-saga
我是 redux 的新手。当我尝试运行我的代码时,它会抛出该错误 6 |
7 | const UserComponent = () => {
8 | const dispatch = useDispatch();
9 | const users = useSelector(state => state.users.users);
10 | 11 | useEffect(() => {
12 | dispatch(getUsers([{