-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Property 'map' does not exist on type 'AngularFireAuth' #747
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
Comments
This seems to be an issue with the It is because rxjs is being installed as a dependency, along with being installed with your application (so it's installed twice). Because of this, the operators / inheritance that AngularFire uses to extend type Observable is breaking. To test this, remove the I'm not sure why exactly rxjs is being installed in the Regardless, I believe that |
will this be fixed soon i install via npm so id like to not have to edit the package manually |
What I've done in the meantime is set up a postinstall node script that just deletes that folder. |
Thanks for the updates, all. We're looking at making rxjs a peer dependency (right now it appears to get installed as both peer and non-peer dep for some reason). For now the best workaround is to indeed delete one or modify package.json accordingly.
Please don't use |
@asqwrd What version of rxjs were you using? I released a new Can you give it a spin and let me know if works for you? |
Just got back into the office, can confirm that all looks good here now. |
all is good for me im on the latest rxjs that angular uses
…On Tue, Jan 3, 2017 at 6:36 AM, Ross Lavery ***@***.***> wrote:
Just got back into the office, can confirm that all looks good here now.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#747 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFumoW1kyUN_zgUBWBJRdKupesVI_fe2ks5rOlz6gaJpZM4LXDAe>
.
--
Bade
|
@davideast I'm still having this issue on The code: The error: |
Uh oh!
There was an error while loading. Please reload this page.
Version info
Angular: 2.3.0
Firebase: 3.x
AngularFire: next
I am still getting this issue. My code will not compile looking at the source AngularFireAuth extends ReplaySubject which is not an observable. Also i am compliling using AOT
my code lookes like this
when i run the compile it gives me the error Property 'map' does not exist on type 'AngularFireAuth'
im not sure how this is working for everyone else but it fails for me everytime and i am on the next release
The text was updated successfully, but these errors were encountered: