We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4275409 commit a8ac507Copy full SHA for a8ac507
1 file changed
public/index.html
@@ -38,8 +38,8 @@
38
</head>
39
<body>
40
<div id="splash">Loading…</div>
41
- <script src="//unpkg.com/react/umd/react.production.min.js"></script>
42
- <script src="//unpkg.com/react-dom/umd/react-dom.production.min.js"></script>
+ <script src="//unpkg.com/react@18.3.1/umd/react.production.min.js"></script>
+ <script src="//unpkg.com/react-dom@18.3.1/umd/react-dom.production.min.js"></script>
43
<script src="//unpkg.com/graphiql/graphiql.min.js"></script>
44
<script src="//unpkg.com/@graphiql/plugin-explorer/dist/index.umd.js"></script>
45
<script>
@@ -110,7 +110,6 @@
110
});
111
112
const explorerPlugin = GraphiQLPluginExplorer.explorerPlugin();
113
-
114
// Render <GraphiQL /> into the body.
115
ReactDOM.render(
116
React.createElement(GraphiQL, {
0 commit comments