ngrx / store-devtools

Developer Tools for @ngrx/store
MIT License
326 stars 38 forks source link

ngrx/effects are not triggered #58

Open devmao opened 7 years ago

devmao commented 7 years ago

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

raae commented 7 years ago

Could this be linked to issue ngrx/effects#132?