-
Notifications
You must be signed in to change notification settings - Fork 11
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
type issue with rxjs 7 #11
Comments
Hi, I published new version to npm, run 'npm install rxjs-watcher@latest' and it should work |
Hi this seem to still be an issue, I am using current latest version
|
Hi, version 1.2.1 supports rxjs version 7.5.5, error will disappear when you set up skipLibCheck to true in tsconfig or you will update your rxjs to version 7.5.5 |
this is still not solved. using rxjs |
I uploaded new version to npm which should be compatible with rxjs 7.8.0 |
hi, this is a very great extension to debug big apps, wanted to have a post about it in my blog but noticed that the sample shows some error with latest rxjs
I'm getting this error:
I can pass the bug with to casting the function to any, but that's not a nice solution. look like the operatorFunction has only one generic type in the rxjs
this is my rxjs version
"rxjs": "7.5.5",
The text was updated successfully, but these errors were encountered: