We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197f711 commit ea1a25fCopy full SHA for ea1a25f
examples/one-page/scripts/one-page.js
@@ -40,7 +40,7 @@ const USE_LOCAL = false;
40
// Import Map
41
// ================================================================================================
42
const importUrl = (k, v, extra = '') => {
43
- // Pin react and react-dom
+ // Pin react and react-dom.
44
if (k === 'react' || k === 'react-dom') {
45
v = reactVersion;
46
}
0 commit comments