Hello,
I have recently created a Checkout UI Extension for my Shopify app, just testing it around. After creation I determined I no longer needed it, so I deleted the code for the particular extension from the app project.
Afterwards, I’ve found that the app will no longer deploy. I’m getting the following error:
ERROR Cannot read properties of null (reading ‘useState’)
node_modules/@shopify/cli-kit/node_modules/react/cjs/react.development.js:1622:21
1619: }
1620: function useState(initialState) {
1621: var dispatcher = resolveDispatcher();
1622: return dispatcher.useState(initialState);
This is impacting our entire app as we cannot push any updates to our other app extensions. Please help.