[Bug]: React is not defined in newly scaffolded React Checkout UI Extension #587
Closed
2 tasks done
Labels
Type: Bug
Something isn't working
Please confirm that you have:
In which of these areas are you experiencing a problem?
Extension
Expected behavior
With a newly scaffolded/generated React/TypeScriptReact checkout ui extension, running
yarn dev
should allow you to preview your development store with the extension rendered without error.Actual behavior
The extension does not render and you get the console error
React is not defined
.Stack trace
No response
Reproduction steps
yarn create @shopify/app --template node
cd <name-of-app>
yarn generate extension
, select "JavasScript React"yarn dev
React is not defined
.Operating System
Mac OS Montery
Shopify CLI version (check your project's
package.json
if you're not sure)3.16.2
Shell
zsh
Node version (run
node -v
if you're not sure)v18.7.0
What language and version are you using in your application?
No response
The text was updated successfully, but these errors were encountered: