#Cannot render HTML string comes from external API
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
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?
what is getPage?
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.