From 2a206b4e0943b5b82b8fd32a9c3b68ceb9c2aa2d Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 9 Dec 2022 05:01:39 +0530 Subject: Ignore lint error since it doesn't seem to affect behavior Run 'pnpm lint' when using scripts on local dev machine --- src/routes.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/routes.tsx b/src/routes.tsx index 04b6fa96f..e090012d8 100644 --- a/src/routes.tsx +++ b/src/routes.tsx @@ -51,6 +51,7 @@ 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