From aa9d0d42827446cb2702d88775ecbb4c286523bd Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Mon, 3 Dec 2018 19:48:12 +0100 Subject: [PATCH] fix(all): type issues with TS 3.2 --- core/src/components/anchor/anchor.tsx | 2 +- core/src/components/back-button/back-button.tsx | 2 +- core/src/components/datetime/datetime.tsx | 8 ++++---- core/src/components/fab-button/fab-button.tsx | 2 +- core/src/components/picker-column/picker-column.tsx | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/src/components/anchor/anchor.tsx b/core/src/components/anchor/anchor.tsx index 92c9992f50..c405d2ef0f 100644 --- a/core/src/components/anchor/anchor.tsx +++ b/core/src/components/anchor/anchor.tsx @@ -42,7 +42,7 @@ export class Anchor implements ComponentInterface { return ( openURL(this.win, this.href, ev, this.routerDirection)} + onClick={(ev: Event) => openURL(this.win, this.href, ev, this.routerDirection)} > diff --git a/core/src/components/back-button/back-button.tsx b/core/src/components/back-button/back-button.tsx index 1705b1897c..abf782c67b 100644 --- a/core/src/components/back-button/back-button.tsx +++ b/core/src/components/back-button/back-button.tsx @@ -79,7 +79,7 @@ export class BackButton implements ComponentInterface {