-
Notifications
You must be signed in to change notification settings - Fork 59
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
Typescript error: 'onChange' in type 'BaseLocationServices' is not assignable to the same property in base type 'LocationServices' #229
Typescript error: 'onChange' in type 'BaseLocationServices' is not assignable to the same property in base type 'LocationServices' #229
Comments
I am using angular-hybrid
This module uses the same core version |
Same here with |
Ugh.. I assumed this would be fixed in 5.0.22 |
yikes, that change set was marked as "(docs)", but was NOT just docs. It changed code |
Ping @christopherthielen |
How do I reproduce this typescript error? edit: downstream project using |
You rock!
…On Mon, Jan 28, 2019, 5:12 PM Chris Thielen ***@***.*** wrote:
Closed #229 <#229> via 961ed0f
<961ed0f>
.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#229 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA77xaAiIez9VmehnhScM4V1qMVIswBkks5vH3XogaJpZM4V6Sxo>
.
|
🎉 |
Since version
5.0.21
I'm getting the following TypeScript error when compiling:Is there something wrong with my configuration or my imports? It worked with
5.0.20
.Seems like the change was made in 095f531 .
The text was updated successfully, but these errors were encountered: