skip to Main Content

React is not defined in Shopify module

I tried to develop my first Shopify module but when i use React i have this error in my application page on the shop. Here my index.js import {Page} from "@shopify/polaris"; import {RessourcePicker} from "@shopify/app-bridge-react"; class Index extends React.Component{ state…

VIEW QUESTION
Back To Top
Search