Fix broken GraphiQL in documentation (#180)
This commit is contained in:
@ -19,7 +19,7 @@ export default function graphQL() {
|
||||
<Layout title="Hello" description="Hello React Page">
|
||||
<div className="fullHeightPlayground">
|
||||
<BrowserOnly>
|
||||
<GraphiQLComponent />
|
||||
{() => <GraphiQLComponent />}
|
||||
</BrowserOnly>
|
||||
</div>
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user