~7 hours ago a new Redux 4.0.2 was released. but there is no backward compatibility with current running code. We had redux : ^4.0.0. therefore, when running on 4.0.1 everything was OK but from today all our builds are failing due to the following message: > ERROR in node_modules/@angular-redux/store/lib/src/components/ng-redux.d.ts(10,31): error TS2420: Class 'NgRedux<RootState>' incorrectly implements interface 'ObservableStore<RootState>' > Property '[Symbol.observable]' is missing in type 'NgRedux<RootState>' but required in type 'ObservableStore<RootState>'