From ec1c3ff28690bf9c022f6a60db32b6e8f73308ab Mon Sep 17 00:00:00 2001 From: shahzad Date: Tue, 17 Dec 2019 21:57:13 +0100 Subject: [PATCH] ignore typcehck --- .../plugins/uptime/public/components/functional/snapshot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/snapshot.tsx b/x-pack/legacy/plugins/uptime/public/components/functional/snapshot.tsx index a3b70137911dc..e0d282a5348a0 100644 --- a/x-pack/legacy/plugins/uptime/public/components/functional/snapshot.tsx +++ b/x-pack/legacy/plugins/uptime/public/components/functional/snapshot.tsx @@ -124,8 +124,8 @@ const mapDispatchToProps = (dispatch: any) => ({ }, }); -// @ts-ignore connect is expecting null | undefined for some reason export const Snapshot = connect( + // @ts-ignore connect is expecting null | undefined for some reason mapStateToProps, mapDispatchToProps )(Container);