Skip to content

Commit 1109246

Browse files
committed
remove the import of react in iframe for now
1 parent 7182088 commit 1109246

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/common/EvalIFrame.res

-8
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ let srcDoc = `
1313
</head>
1414
<body>
1515
<div id="root"></div>
16-
<script
17-
src="https://unpkg.com/react@17/umd/react.production.min.js"
18-
crossorigin
19-
></script>
20-
<script
21-
src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"
22-
crossorigin
23-
></script>
2416
<script>
2517
window.addEventListener("message", (event) => {
2618
try {

0 commit comments

Comments
 (0)