我是这个项目的新手,正在尝试使用react-redux-universal-hot-exampleAPI,但是使用了我的代码:
export function showMessage() {
return {
type: SHOW_MESSAGE,
promise: (client) => client.get('/posts')
};
}
Run Code Online (Sandbox Code Playgroud)
我在浏览器中收到此错误:
TypeError: Invalid attempt to destructure non-iterable instance
有人可以帮忙吗?