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 */} );