From e89b0752c17def0dcaf15af2fa162cbd56bde4f1 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 7 May 2019 23:46:50 +0200 Subject: update package versions --- src/webex/pages/popup.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/webex/pages/popup.tsx') diff --git a/src/webex/pages/popup.tsx b/src/webex/pages/popup.tsx index 968e99464..2cdfd8235 100644 --- a/src/webex/pages/popup.tsx +++ b/src/webex/pages/popup.tsx @@ -104,10 +104,10 @@ class Router extends React.Component { return; } if (childProps.default) { - defaultChild = child; + defaultChild = child as React.ReactChild; } if (childProps.route === route) { - foundChild = child; + foundChild = child as React.ReactChild; } }); const c: React.ReactChild | null = foundChild || defaultChild; -- cgit v1.2.3