Cannot render HTML string comes from external API
I am just trying to get content (html string) from our cms and render it. The content fetches on the backend side. Always got the hydration error. What am I doing wrong?
2 Replies
I think your data is not valid html and therfore it is not rendering. You can try to use a div instead of a p tag.
thank you