erikras / erikras/react-redux-universal-hot-example

TypeError: Invalid attempt to destructure non-iterable instance

Open
#1,252 6 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.