Hi,
At the moment I'm creating a website with Prismic and a Gatsby-frontend. In Prismic I've set up a RichText field to insert custom HTML-code. With GraphQl im querying this field as text. This works all fine, but on the website it's displaying the plain HTML-code instead of the result of the HTML.
That's my Gatsby code for this part of the website:
Where is the mistake?
Thanks in advance for your help!