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

Blacklist not working? #80

Closed
Anahkiasen opened this issue Mar 27, 2016 · 2 comments
Closed

Blacklist not working? #80

Anahkiasen opened this issue Mar 27, 2016 · 2 comments

Comments

@Anahkiasen
Copy link

Maybe I'm doing it wrong, I instrument the extension like this:

const enhancers = compose(
        middlewares,
        reset(),
        window.devToolsExtension ? window.devToolsExtension({
            actionsBlacklist: ['REDUX_STORAGE_SAVE', 'game/NEW_CYCLE'],
        }) : f => f,
    );

But I still see those actions in the devtools:

screen shot 2016-03-27 at 22 09 20

Tried blacklisting those actions in the extension's options but same thing. Does the devtools call need to be at a certain position in the enhancers or something?

@zalmoxisus
Copy link
Owner

Thanks for the report!

In the first case you're doing everything right, this feature was just added 2 days ago, it is not on Chrome store yet.

When you was trying to blacklist the actions in the extension's options, you probably forget to apply the checkbox as well.

Just published 1.0.0.17, it should be available in few hours.

@Anahkiasen
Copy link
Author

Works fine now, thanks!

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

No branches or pull requests

2 participants