I'm creating my first website with reactjs and commerce js, but the description box in commerce js isn't functioning.
This is description box of commerce js:

This is my code in react:

Here is p tag in output:

I'm creating my first website with reactjs and commerce js, but the description box in commerce js isn't functioning.
This is description box of commerce js:

This is my code in react:

Here is p tag in output:

Copyright © 2021 Jogjafile Inc.
Commerce.js uses HTML in the description field for products. Modern JavaScript frameworks such as React will not allow you to render external HTML by default for security reasons. You have two options:
dangerouslySetInnerHTMLmethod, if you trust the Commerce.js API's response:product.descriptionvariable and render plain text instead. Example package to help with this might be https://www.npmjs.com/package/striptags