import { render, BlockStack, InlineStack, Button, Image, Text, } from '@shopify/checkout-ui-extensions-react'; render('Checkout::Dynamic::Render', () => ( )); function Extension() { return ( Heading Description { console.log('button was pressed'); }} > Button ); }