-
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
internal/types.d.ts(38,13): Property 'observable' does not exist on type 'SymbolConstructor'. #3674
Comments
Do you have a minimal reproduction? |
@benlesh i've debugged the issue and it was related to nodejs typings.. i have fixed them in order to make the compilation work again. |
Awesome, thanks @phra! |
Upgrading to the latest node-typings to get @phra's change introducing a new error:
|
@swimmadude66 i was not having that problem. it seems like that one of your imported type declaration it's re-declaring |
@phra my only types are |
@swimmadude66 is maybe some |
@phra I just did some digging and I think I figured it out. your fix for node typings added It appears that the @benlesh could I get an idea of a timeline on an upcoming patch to roll out this fix please? |
@swimmadude66 thanks for debugging it! 🎉 🎉 having the |
for sure, thank you for actually pushing the fix! |
after upgrading my angular app to latest version (including rxjs v6) i got the following error at compile time:
../node_modules/rxjs/internal/types.d.ts(38,13): error TS2339: Property 'observable' does not exist on type 'SymbolConstructor'.
RxJS version:
Expected behavior:
it works.
Actual behavior:
it breaks the compilation.
Additional information:
involved declaration:
adding
rxjs-compat
doesn't solve the issue.The text was updated successfully, but these errors were encountered: