Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Angular 8? #562

Open
2 of 9 tasks
MSafter opened this issue Jun 5, 2019 · 5 comments
Open
2 of 9 tasks

Support for Angular 8? #562

MSafter opened this issue Jun 5, 2019 · 5 comments

Comments

@MSafter
Copy link

MSafter commented Jun 5, 2019

This is a...

  • feature request
  • bug report
  • usage question

What toolchain are you using for transpilation/bundling?

  • @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 ()
at redux.js:614
at RootStore.configureStore (angular-redux-store.js:584)
at new StoreModule (store.module.ts:158)
at createClass (core.js:23183)
at createProviderInstance (core.js:23137)
at initNgModule (core.js:23043)
at new NgModuleRef
(core.js:24175)
at createNgModuleRef (core.js:24158)
at Object.debugCreateNgModuleRef [as createNgModuleRef] (core.js:35695)
at NgModuleFactory
.create (core.js:36820)
at core.js:31585
at ZoneDelegate.invoke (zone-evergreen.js:359)
at Object.onInvoke (core.js:30892)
at ZoneDelegate.invoke (zone-evergreen.js:358)
at Zone.run (zone-evergreen.js:124)
at NgZone.run (core.js:30757)
at PlatformRef.bootstrapModuleFactory (core.js:31578)
at core.js:31648
at ZoneDelegate.invoke (zone-evergreen.js:359)
at Zone.run (zone-evergreen.js:124)
at zone-evergreen.js:855
at ZoneDelegate.invokeTask (zone-evergreen.js:391)
at Zone.runTask (zone-evergreen.js:168)
at drainMicroTaskQueue (zone-evergreen.js:559)
at ZoneTask.invokeTask [as invoke] (zone-evergreen.js:469)
at invokeTask (zone-evergreen.js:1603)
at HTMLScriptElement.globalZoneAwareCallback (zone-evergreen.js:1629)

Additional Notes:

(optional)

@alaindeurveilher
Copy link

Shouldn't this issue be reported in https://github.com/angular-redux/platform instead?

@MSafter
Copy link
Author

MSafter commented Jun 6, 2019

@AlainD- yeah you're right. I've hit the new Issue in the wrong repo. Sorry my bad :/ Can we move the issue?

@JaydeSilvaEmpire
Copy link

I am facing this issue too, any progress on this?

@joschne
Copy link

joschne commented Sep 3, 2019

I was able to solve this issue with redux-observable-es6-compat

@maplion
Copy link

maplion commented Feb 19, 2020

@joschne I did the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants