We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4745880 + 63df6c7 commit 9556278Copy full SHA for 9556278
dockerfiles/graphiql/index.html
@@ -10,11 +10,11 @@
10
<div id="graphiql" style="height: 100vh"></div>
11
<script
12
crossorigin
13
- src="https://unpkg.com/react/umd/react.production.min.js"
+ src="https://unpkg.com/react@18/umd/react.production.min.js"
14
></script>
15
16
17
- src="https://unpkg.com/react-dom/umd/react-dom.production.min.js"
+ src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"
18
19
20
0 commit comments