For actions hooked up with attachAction, Redux dev tools shows the the action, but the Diff says (states are equal), although there were changes made by the action.
Expected behavior
In Redux dev tools the action should correctly show Diff.
Hi @biiiipy, thanks for your bug report!
Can you provide a small project, which allows us to reproduce your issue, this would help us to solve this issue.
I'm submitting a...
Current behavior
For actions hooked up with attachAction, Redux dev tools shows the the action, but the Diff says
(states are equal)
, although there were changes made by the action.Expected behavior
In Redux dev tools the action should correctly show Diff.
Environment