#Cannot render HTML string comes from external API

1 messages · Page 1 of 1 (latest)

spark lynx
#

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?

urban jetty
#

what is getPage?

boreal grail
#

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.