I'm trying to deploy my app and I encounter this error : "Property 'value' does not exist on type 'EventTarget'.
search.page.html
<ion-searchbar
(search)="searchForIsland($event.target.value)"
showCancelButton="focus"
>
</ion-searchbar>
</form>
When I'm running the project everything is working fine so is there something else that I can use instead of "value" in order to be able to deploy the project?