Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does action filter accept regex? #45

Closed
x1a0 opened this issue Feb 1, 2016 · 2 comments
Closed

Does action filter accept regex? #45

x1a0 opened this issue Feb 1, 2016 · 2 comments

Comments

@x1a0
Copy link

x1a0 commented Feb 1, 2016

It seems using action name as-is works. But regex does not work.

For example I want to filter out all redux-form actions. What I've tried:

  • redux-form/.*
  • redux-form/*
  • redux-form\/.*
@zalmoxisus
Copy link
Owner

It does not, but it's a good feature request I want implement.

@zalmoxisus
Copy link
Owner

Implemented in v1.0.0.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants