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.
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023