Closed galuszkak closed 7 years ago
I have this issue as well. It appears that TypeScript 2.4 is much more stringent about Map based types. RxJS just published an update to deal with this issue. So, ngrx needs to update to the latest TypeScript and RxJS.
Are you using TS 2.4.1 and RxJS 5.4.2?
@brandonroberts Sorry! Upon further reflection, it looks like my error is related to this issue:
@brandonroberts Yes. TS 4.2.1 and RxJS 5.4.2
Closed via #439 and published as 2.2.3
I've tested fix for RxJS with TypeScript 2.4.1, but it now generate issue in ngrx.
I have code like that:
and get an error:
For me they are the same, so this is somehow related to ngrx (or maybe reselect which I'm using also).