0

With the Redux DevTools browser plugin, in the "Actions" pane on the left, I am only interested in the new actions that happen after I do something. All of the previous actions are verbose clutter. Is there a way I can clear the Actions?

Andrew Koper
  • 6,481
  • 6
  • 42
  • 50

1 Answers1

0

Yea, you use the commit button within the DevTools

Remove all actions from the log, and make the current state your initial state

enter image description here

timdeschryver
  • 14,415
  • 1
  • 19
  • 32