Is it possible to drag and drop an action, i.e. move an action as if it happened earlier, or later, than it actually happened?
What I'm trying to achieve is to test my reducers with the same set of actions but in different order action combinations. What I can do now is to manually re-dispatch these actions in different orders, separately for all combinations. But maybe it's possible to drag and drop them and I'm just missing that feature?
It was implemented in 2.12.0, but got broken shortly after, for more than an year for sure. Nobody reported so far, so I thought it's a fancy useless feature. Maybe some incompatibilities of react-dragula and newer versions of react, I'll look into it.
Here's how it used to work:

YES! I was using it in my old project, now got back to redux devtools in another project. And had a hard time trying to remind if the feature was there or if I've got morbid imagination ;)
Most helpful comment
It was implemented in
2.12.0, but got broken shortly after, for more than an year for sure. Nobody reported so far, so I thought it's a fancy useless feature. Maybe some incompatibilities ofreact-dragulaand newer versions of react, I'll look into it.Here's how it used to work:
