<SimpleForm redirect="edit">
...
</SimpleForm>
Issue
When I clicked "save", there is no data in my edit page form
and I checked in reduxDevTools

Environment
If you are able to illustrate the bug or feature request with an example, please provide a sample application via one of the following means:
is this in a Create or in an Edit view?
@fzaninotto // it was in a Edit view, I'm writing a sample.
@djhi
I wrote a sample, you can see the problem there.
It happens when I save without edit anything but if I edited then it works well.
Please check my sample.
I believe this is technically the same issue as in #2291
Probably fixed by #2322