From f2d767f0226611f9815b48bd8db9944ff2da7278 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 6 Sep 2022 09:03:19 +0200 Subject: [PATCH] chore: expect an error for this as it could potentially be undefined Signed-off-by: blam --- plugins/graphiql/src/components/GraphiQLPage/GraphiQLPage.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/graphiql/src/components/GraphiQLPage/GraphiQLPage.jsx b/plugins/graphiql/src/components/GraphiQLPage/GraphiQLPage.jsx index a23193de39..4608278805 100644 --- a/plugins/graphiql/src/components/GraphiQLPage/GraphiQLPage.jsx +++ b/plugins/graphiql/src/components/GraphiQLPage/GraphiQLPage.jsx @@ -58,6 +58,7 @@ export const GraphiQLPage = () => { } else { content = ( + {/* @ts-expect-error */} );