-
Notifications
You must be signed in to change notification settings - Fork 85
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
Throwing error while trying to use angular-redux #92
Comments
Got same error with @angular-redux/store 9.0.0 and redux 4.0.3. Downgrading to redux 4.0.1 solved the situation for me. |
Same issue: #93 |
Yes, I can confirm that redux@4.0.1 works with latest @angular-redux. |
Yes, same after downgrading to redux@4.0.1 it works with latest @angular-redux for me |
the same for me. I spent a lot of time for fixing it. |
This is a...
Environment
NodeJS Version: v8.12.0
Typescript Version:3.2.2
Angular Version:7.2.0
@angular-redux/store version:10.0.0
redux Version:4.0.2
Stack Trace/Error Message:
ERROR in node_modules/@angular-redux/store/components/ng-redux.d.ts(10,31): error TS2420: Class 'NgRedux' incorrectly implements interface 'ObservableStore'.
Property '[Symbol.observable]' is missing in type 'NgRedux' but required in type 'ObservableStore'.
Additional Notes:
seems like store interface got updated in latest release of Redux (4.0.2)
The text was updated successfully, but these errors were encountered: