Skip to content

Commit 823e716

Browse files
committed
Importmap: Add export of react-dom/client
1 parent 257c1bf commit 823e716

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/public/frame.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</script>
1919
<!--
2020
JSPM Generator Import Map
21-
Edit URL: https://generator.jspm.io/#ZcxBCoAgEEDRWUS3aWqMol1eogOYDjKhBaadvyBatX18fl0B1POyZ8mBHaziG9kze06acMSBwLGVaAJup6YOeyRIbGxu3BE1Taiw+0F7cro4vf5FpYjT0zNQNwB+qMF0AA
21+
Edit URL: https://generator.jspm.io/#ZcxBDkAwEEDRWQinMQwhlr2EA9BOZKQqqamtq5OIle1L/s8zgOIag4p6djDLUkpQXjgawh47AsdWtsnjehiqsUWCyJPV0u2boQEbrH9QWS8c9O8Hx5Pj61+ckjgzPOPmBszFaRmMAA
2222
-->
2323
<script type="importmap">
2424
{
@@ -27,6 +27,7 @@
2727
"decimal.js": "https://ga.jspm.io/npm:[email protected]/decimal.js",
2828
"react": "https://ga.jspm.io/npm:[email protected]/index.js",
2929
"react-dom": "https://ga.jspm.io/npm:[email protected]/index.js",
30+
"react-dom/client": "https://ga.jspm.io/npm:[email protected]/client.js",
3031
"react-dom/server": "https://ga.jspm.io/npm:[email protected]/server.browser.js",
3132
"uuid": "https://ga.jspm.io/npm:[email protected]/dist/esm-browser/index.js"
3233
},

0 commit comments

Comments
 (0)