aor-loopback
aor-loopback copied to clipboard
The problem with deleting the record in the fresh versions of react-admin
When you delete a record, you receive an error message in the response format: "The response to 'DELETE' must be like { data: { id: 123, ... } }, but the received data does not have an 'id' key. The dataProvider is probably wrong for 'DELETE'"
I have the same issue: "The response to 'DELETE' must be like { data: { id: 123, ... } }, but the received data does not have an 'id' key. The dataProvider is probably wrong for 'DELETE'"
This is with React-admin 2.2
Thank you, that's excellent!