From fefeb07e9b0d69955a3e915fc7c7ae3dfef5a66e Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 9 Dec 2022 05:09:03 +0530 Subject: Downgrade 'react-router-dom' since upgrading the minor version causes a breaking change --- src/routes.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/routes.tsx b/src/routes.tsx index e090012d8..04b6fa96f 100644 --- a/src/routes.tsx +++ b/src/routes.tsx @@ -51,7 +51,6 @@ class FerdiumRoutes extends Component { const errorProps = { error: routeProps.stores.globalError.error || {} }; return ( - // @ts-expect-error Property 'encodeLocation' is missing in type 'HashHistory' but required in type 'History'. }> -- cgit v1.2.3-54-g00ecf