Skip to content

Commit f0bccb7

Browse files
authored
Merge pull request #233 from graphql/fix-react-19-pointer
2 parents 434c3c2 + a8ac507 commit f0bccb7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

public/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
</head>
3939
<body>
4040
<div id="splash">Loading&hellip;</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>
41+
<script src="//unpkg.com/react@18.3.1/umd/react.production.min.js"></script>
42+
<script src="//unpkg.com/react-dom@18.3.1/umd/react-dom.production.min.js"></script>
4343
<script src="//unpkg.com/graphiql/graphiql.min.js"></script>
4444
<script src="//unpkg.com/@graphiql/plugin-explorer/dist/index.umd.js"></script>
4545
<script>
@@ -110,7 +110,6 @@
110110
});
111111

112112
const explorerPlugin = GraphiQLPluginExplorer.explorerPlugin();
113-
114113
// Render <GraphiQL /> into the body.
115114
ReactDOM.render(
116115
React.createElement(GraphiQL, {

0 commit comments

Comments
 (0)