mrpmorris / Fluxor

Fluxor is a zero boilerplate Flux/Redux library for Microsoft .NET and Blazor.
MIT License
1.22k stars 139 forks source link

Add an option to ReduxDevTools to ignore some actions #383

Closed cdie closed 1 year ago

cdie commented 1 year ago

I have some actions that only triggers effect. Because of that, I don't want to register them in ReduxDevTools.

As of today, it doesn't seems that I can mark those actions to be ignored in ReduxDevTools

mrpmorris commented 1 year ago

There is a option for this on RedixDevTools, so I'll keep it on my to do list.

actionsDenylist

mrpmorris commented 1 year ago

Fixed in 6.0