App reviews, troubleshooting, and recommendations
Hi, everyone!
I want to show the button which displays "Button clicked!" on the screen using my index.js below.
import {AppProvider, Button} from '@shopify/polaris';
import React from 'react';
import ReactDOM from 'react-dom';
const app = (
<Button onClick={() => alert('Button clicked!')}>Example button</Button>
);
ReactDOM.render(app, domContainerNode);
export default app;
But then, the screen shows me "domContainerNode is not defined."
How do I fix the above to display the button?
In addition, I have already published the other files to display the button on GitHub.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025