File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 "query-string" : "https://esm.sh/v121/query-string@^7.1.3?deps=react@18.2.0" ,
2626 "react" : "https://esm.sh/v121/react@18.2.0?deps=react@18.2.0" ,
2727 "react/jsx-runtime" : "https://esm.sh/v121/react@18.2.0/jsx-runtime?deps=react@18.2.0" ,
28- "react-dom" : "https://esm.sh/v121/react-dom@>= 18.0 .0?deps=react@18.2.0" ,
28+ "react-dom" : "https://esm.sh/v121/react-dom@18.2 .0?deps=react@18.2.0" ,
2929 "react-fast-compare" : "https://esm.sh/v121/react-fast-compare@^3.2.0?deps=react@18.2.0" ,
3030 "react-is" : "https://esm.sh/v121/react-is@^18.1.0?deps=react@18.2.0" ,
3131 "react-spring" : "https://esm.sh/v121/react-spring@^9.5.5?deps=react@18.2.0" ,
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ const USE_LOCAL = false;
4040// Import Map
4141// ================================================================================================
4242const importUrl = ( k , v , extra = '' ) => {
43- // Pin react.
44- if ( k === 'react' ) {
43+ // Pin react and react-dom .
44+ if ( k === 'react' || k === 'react-dom' ) {
4545 v = reactVersion ;
4646 }
4747
You can’t perform that action at this time.
0 commit comments