Skip to content

Commit 9556278

Browse files
authored
Merge pull request #585 from mtilda/pin-react-and-react-dom-to-18
Pin react and react-dom to version 18
2 parents 4745880 + 63df6c7 commit 9556278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/graphiql/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<div id="graphiql" style="height: 100vh"></div>
1111
<script
1212
crossorigin
13-
src="https://unpkg.com/react/umd/react.production.min.js"
13+
src="https://unpkg.com/react@18/umd/react.production.min.js"
1414
></script>
1515
<script
1616
crossorigin
17-
src="https://unpkg.com/react-dom/umd/react-dom.production.min.js"
17+
src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"
1818
></script>
1919
<script
2020
crossorigin

0 commit comments

Comments
 (0)