Evan Schultz
Evan Schultz
Can you give an example of your reducers? if you have accidentally mutated a slice of state instead of returning a new copy - it can cause change detection to...
Where in your chain is the catch being attached? looking at the [redux-observable docs on error handling](https://github.com/redux-observable/redux-observable/blob/master/docs/recipes/ErrorHandling.md) - if you put a catch on the `.ofType` - it can kill...
Hi, Was just playing around with an epic in the example repo - and didn't have any issues with the action returned from a `.catch` updating the state, although wondering...
Hey, just wondering if this is still an issue? been falling behind on some things - if you still need help I can leave this open
Thanks for pointing out that FSA no longer exports `Action` - will try and update the docs soon to reflect this.
Hi, you are correct - the current version of set-in is not expecting to handle updating paths within an array. Getting it to handle `['b', 'c', 0]` should be pretty...
Hi, I'll try and provide with a working example soon - however when I was first trying to figure out how to write tests for epics, looking at how the...
If you have your CanLoad use `ngRedux.select(.....)` are you getting the same issue, just wondering if this is applying to just the decorator, or select in general.
Still looking into this, thanks for the insight. In the route guard, could you do something like: ```ts ngRedux.select('selector').asObservable(); // hides the subject, converts to observable ``` If that works...
I know @SethDavenport has done quite a bit of refactoring of the guts of NgRedux - wondering if this is still an issue with the newer releases?