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
* called for every action before sending, takes `state` and `action` object, and returns `true` in case it allows sending the current data to the monitor.
106
109
* Use it as a more advanced version of `actionsDenylist`/`actionsAllowlist` parameters.
* *string or array of strings as regex* - actions types to be hidden / shown in the monitors (while passed to the reducers).
956
956
* If `actionsWhitelist` specified, `actionsBlacklist` is ignored.
@@ -977,7 +977,7 @@ interface EnhancerOptions {
977
977
* called for every action before sending, takes `state` and `action` object, and returns `true` in case it allows sending the current data to the monitor.
978
978
* Use it as a more advanced version of `actionsDenylist`/`actionsAllowlist` parameters.
0 commit comments