store-devtools
store-devtools copied to clipboard
ngrx/effects are not triggered
Hi,
I'm developing an Ionic app where the page navigation is handled by dedicated effects. Unfortunately, the Redux Chrome slider is not working properly because for a given action the corresponding effect are not triggered.
Can I workaround it via an "Instrumentation with a Custom Monitor"?
Thanks
Could this be linked to issue ngrx/effects#132?