You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use redux-devtools to run all my tests and many times there are special actions that I'd like to color green or red so I can visualize/find them more easily.
I already use emojis to sanitize different types of actions, so unfortunately that won't help here.
Any ideas about what I can do?
I'm thinking that I could pass a color argument into the action (or action sanitizer) and the action would be rendered accordingly in the devtools actions ui.