Shopify Post-Purchase Checkout Extension- How to render HTML product description? (React)

You can try using dangerouslySetInnerHTML from React:


I am not sure if you can use “div” inside the post purchase extension. If not, you can also try to use a Box component with the same dangerouslySetInnerHTML attribute.