From adc93ca7d6ad9d74e53b15d89d809bedb50dab83 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 24 Sep 2020 16:42:59 +0100 Subject: [PATCH] add ts-ignore for js-sdk as per comment --- src/CallHandler.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CallHandler.tsx b/src/CallHandler.tsx index 87b26b135d..465cb2a481 100644 --- a/src/CallHandler.tsx +++ b/src/CallHandler.tsx @@ -59,6 +59,7 @@ import {MatrixClientPeg} from './MatrixClientPeg'; import PlatformPeg from './PlatformPeg'; import Modal from './Modal'; import { _t } from './languageHandler'; +// @ts-ignore - XXX: tsc doesn't like this: our js-sdk imports are complex so this isn't surprising import Matrix from 'matrix-js-sdk'; import dis from './dispatcher/dispatcher'; import WidgetUtils from './utils/WidgetUtils';