File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 38
38
</ head >
39
39
< body >
40
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 >
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 >
43
43
< script src ="//unpkg.com/graphiql/graphiql.min.js "> </ script >
44
44
< script src ="//unpkg.com/@graphiql/plugin-explorer/dist/index.umd.js "> </ script >
45
45
< script >
110
110
} ) ;
111
111
112
112
const explorerPlugin = GraphiQLPluginExplorer . explorerPlugin ( ) ;
113
-
114
113
// Render <GraphiQL /> into the body.
115
114
ReactDOM . render (
116
115
React . createElement ( GraphiQL , {
You can’t perform that action at this time.
0 commit comments