Fix broken GraphiQL in documentation (#180)

This commit is contained in:
Félix Malfait
2023-06-01 19:23:15 +02:00
committed by GitHub
parent a1fe16812e
commit f906533b29

View File

@ -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>