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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[X] Feature request
[ ] Documentation issue or request
What is the current behavior?
There is no way to filter out actions in Store-DevTools.
Yes, I'd like to see this, too. I've got some actions that come with a very high frequency and I need to filter them somehow to be able to use the devtools. I would guess this is a pretty common scenario in any app that displays "realtime data".
the predicate just below actionsBlacklist / actionsWhitelist is more flexible as feature in my opinion
(predicate can do the blacklisting or whitelisting).
@Wykks what do you think about adding the predicate and not actionsBlacklist / actionsWhitelist ?
I'm submitting a...
What is the current behavior?
There is no way to filter out actions in Store-DevTools.
Expected behavior:
Implement
actionsBlacklist
/actionsWhitelist
https://github.com/zalmoxisus/redux-devtools-extension/blob/master/docs/API/Arguments.md#actionsblacklist--actionswhitelist
I can try to implement this one, if you're ok with this.
The text was updated successfully, but these errors were encountered: