-
Notifications
You must be signed in to change notification settings - Fork 202
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
Compile Error with TypeScript 2.4.1 #434
Comments
I'll take a look on saturday |
There is also an error in ./node_modules/@angular-redux/store/lib/testing/ng-redux.mock.d.ts:12:22:
|
Give @angular-redux/[email protected] a try. |
Also note that I have a fix to make to @angular-redux/router as well, if you're using that. I'll take care of that tomorrow (see angular-redux/router#17). |
Works for me. Thanks for the quick fix! 🙂 👍 |
Great! |
I get this same error with TypeScript 2.5.3 using @angular-redux/store 6.5.7. |
This is a...
What toolchain are you using for transpilation/bundling?
ngc
Environment
NodeJS Version: 6.10.3
Typescript Version: 2.4.1
Angular Version: 4.2.5
@angular-redux/store version: 6.5.4
@angular/cli version: 1.1.2
OS: Windows 10
Actual Behaviour:
After updating typescript to 2.4.1, I got a compile error for
MockObservableStore
. I could resolve this by adding"skipLibCheck": true
to mytsconfig.json
(just a workaround though)Seems to be similar to angular/angular#17800
Stack Trace/Error Message:
The text was updated successfully, but these errors were encountered: