-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Signature mismatch in Searchbar causing AOT builds to fail #11598
Comments
It would be great if you can create a minor release if/when this is fixed. I can't be the only one whose CI builds are breaking :) |
Thanks for the issue and the PR! I've released a nightly with your fix in it:
Please keep this issue open. We want to fix our build script so that we get these errors before we release. 🙂 |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Ionic version: (check one with "x")
[ ] 1.x
[ ] 2.x
[x] 3.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
AOT build fails with a message:
Expected behavior:
The AOT build should succeed
Steps to reproduce:
This was caught in a Travis job when upgrading to 3.2.
Other information:
This is probably caused due to mismatch in the signatures for the
inputBlurred
andinputFocused
methods in searchbar.ts. These used to have a parameter which was removed in the latest release. The corresponding calls from the template, however, were not updated.The text was updated successfully, but these errors were encountered: