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">
|
<Layout title="Hello" description="Hello React Page">
|
||||||
<div className="fullHeightPlayground">
|
<div className="fullHeightPlayground">
|
||||||
<BrowserOnly>
|
<BrowserOnly>
|
||||||
<GraphiQLComponent />
|
{() => <GraphiQLComponent />}
|
||||||
</BrowserOnly>
|
</BrowserOnly>
|
||||||
</div>
|
</div>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|||||||
Reference in New Issue
Block a user