You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
means "everytime you see `import React from "react"`
57
+
means "every time you see `import React from "react"`
58
58
change it to `import React from "https://ga.jspm.io/npm:react@17.0.2/index.js"`"
59
59
60
60
```js
@@ -302,7 +302,7 @@ Pin your js file:
302
302
pin "checkout", preload:false
303
303
```
304
304
305
-
Import your module on the specific page. Note: you'll likely want to use a `content_for` block on the specifc page/partial, then yield it in your layout.
305
+
Import your module on the specific page. Note: you'll likely want to use a `content_for` block on the specific page/partial, then yield it in your layout.
0 commit comments