-
Notifications
You must be signed in to change notification settings - Fork 3k
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
fix(Symbol.observable): make observable declaration readonly (#3697) #3773
Conversation
@benlesh this may affect rxjs 5 as well, not sure if we want to patch it down that way or not. |
@david-driscoll this shouldn't affect RxJS 5 at all. if it does, it's because someone is doing something broken in TypeScript like assigning |
Thank you, @scttcper! |
Just to make sure: this isn't out yet in 6.2.0, correct? Do you have an alpha version at par with master? |
@amaurymartiny It's not out yet and as you can see at https://www.npmjs.com/package/rxjs?activeTab=versions there is no new alpha or beta version. Just downgrade to |
how to downgrad to @types/node@10.1.4 ? |
|
|
the same here. I'm using: "rxjs": "^6.2.1", and "@types/node": "^10.1.4" help? Thanks! |
rxjs symbol declaration creates error when combined with other packages
closes #3697