erikras / erikras/react-redux-universal-hot-example
TypeError: Invalid attempt to destructure non-iterable instance
Open
- Dominant language
- JavaScript
- Stars
- 12.1k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
HI...
im new in this project...but when run the code like belove
```
export function showMessage() {
return {
type: SHOW_MESSAGE,
promise: (client) => client.get('/posts')
};
}
```
i get this error:
TypeError: Invalid attempt to destructure non-iterable instance
can anyone Helllllp Me???
tnx
Contributor guide
Assessment
This issue has not been assessed yet.