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
`blacklist` | An array of actions (regex as string) to be hidden in the child monitor.
40
48
`whitelist` | An array of actions (regex as string) to be shown. If specified, other than those actions will be hidden (the 'blacklist' parameter will be ignored).
49
+
`actionsFilter` | Function which takes `action` object and id number as arguments, and should return `action` object back. See the example above.
50
+
`statesFilter` | Function which takes `state` object and index as arguments, and should return `state` object back. See the example above.
0 commit comments