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 3838 </ head >
3939 < body >
4040 < 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 >
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 >
110110 } ) ;
111111
112112 const explorerPlugin = GraphiQLPluginExplorer . explorerPlugin ( ) ;
113-
114113 // Render <GraphiQL /> into the body.
115114 ReactDOM . render (
116115 React . createElement ( GraphiQL , {
You can’t perform that action at this time.
0 commit comments