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

API delete data not being sent

Open
#784 1 comment 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

I'm trying to delete an object using the DELETE command for the API doing this
`promise: (client) => client.del('admin/books', {
data: id
})` in my redux action creators. However in my `actions/api` where I handle the requests, I can't seem to obtain the data I passed. Am I doing something wrong here?

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.