import {
render,
ChoiceList,
Choice,
BlockStack,
InlineStack,
} from '@shopify/checkout-ui-extensions-react';
render('Checkout::Dynamic::Render', () => );
function Extension() {
return (
{
console.log(`onChange event with value: ${value}`);
}}
>
Ship
Pickup
{
console.log(`onChange event with value: ${value}`);
}}
>
Gift message
Gift wrapping
);
}