chore: expect an error for this as it could potentially be undefined
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -58,6 +58,7 @@ export const GraphiQLPage = () => {
|
||||
} else {
|
||||
content = (
|
||||
<Content noPadding>
|
||||
{/* @ts-expect-error */}
|
||||
<GraphiQLBrowser endpoints={endpoints.value} />
|
||||
</Content>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user