Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- backup
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
lib/actions/backup-actions.js | ||
---|---|---|
4–6 | Are you sure we need to use the dispatchActionPromise? Why a single action won't suffice? | |
lib/reducers/backup-reducer.js | ||
16 | The reducer should be pure - in this case, every time it is called, the result will be different. The correct way to solve this issue is to generate the timestamp and put it into action. |