I am working with react-html--parser to convert HTML string to actual HTML. I am working with Next.js.
My code:
import dynamic from "next/dynamic"