redux-observable-es6-compat
Advanced tools
Weekly downloads
Readme
this is fix for package redux-observable in es2015 target build related to: https://www.npmjs.com/package/redux-observable
issue createStore redux with redux-observable middleware in angular project target to ES6
Error
ActionsObservable.js:30 Uncaught TypeError: Class constructor Observable cannot be invoked without 'new'
at new ActionsObservable (ActionsObservable.js:30)
at epicMiddleware (createEpicMiddleware.js:24)
at redux.js:615
That error fixed in package redux-observable-es6-compat only for redux-observable version 1.0.0
instead of
import { createEpicMiddleware } from 'redux-observable';
use this
import { createEpicMiddleware } from 'redux-observable-es6-compat';
and it works for es5 and es2015 target build
FAQs
This is build from redux-observable (https://github.com/redux-observable/redux-observable) but fix errors in es2015
The npm package redux-observable-es6-compat receives a total of 920 weekly downloads. As such, redux-observable-es6-compat popularity was classified as not popular.
We found that redux-observable-es6-compat demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.