store
store copied to clipboard
Support for Angular 8?
This is a...
- [ ] feature request
- [ ] bug report
- [x] usage question
What toolchain are you using for transpilation/bundling?
- [x] @angular/cli
- [ ] Custom @ngTools/webpack
- [ ] Raw
ngc - [ ] SystemJS
- [ ] Rollup
- [ ] Other
Environment
NodeJS Version: 12.3.1 Typescript Version: 3.4.5 Angular Version: 8.0.0 @angular-redux/store version: 10.0.0 @angular/cli version: (if applicable) OS: macOS
Link to repo showing the issus
(optional, but helps a lot)
Expected Behaviour:
@angular-redux/store is working fine with Angular 8
Actual Behaviour:
Seems not to work with Angular 8
Stack Trace/Error Message:
zone-evergreen.js:359 Uncaught (in promise) TypeError: Class constructor Observable cannot be invoked without 'new'
at new ActionsObservable (ActionsObservable.js:30)
at epicMiddleware (createEpicMiddleware.js:31)
at redux.js:615
at Array.map (
Additional Notes:
(optional)
Shouldn't this issue be reported in https://github.com/angular-redux/platform instead?
@AlainD- yeah you're right. I've hit the new Issue in the wrong repo. Sorry my bad :/ Can we move the issue?
I am facing this issue too, any progress on this?
I was able to solve this issue with redux-observable-es6-compat
@joschne I did the same.