fix(Symbol.observable): make observable declaration readonly (#3697)#3773
fix(Symbol.observable): make observable declaration readonly (#3697)#3773benlesh merged 1 commit intoReactiveX:masterfrom scttcper:master
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/[email protected] ? |
|
|
|
|
|
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