-
https://codesandbox.io/s/summer-snowflake-gny7sy?file=/app.tsx Hello, my server is returning html tags which I want to display in template. How can i do that? Currently the |
Beta Was this translation helpful? Give feedback.
Answered by
Haroenv
Sep 11, 2023
Replies: 2 comments
-
you need to use
https://codesandbox.io/s/dank-violet-j4mgws?file=/app.tsx:584-967 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mikilll94
-
Thanks @Haroenv |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you need to use
dangerouslySetInnerHTML
to render raw htmlhttps://codesandbox.io/s/dank-violet-j4mgws?file=/app.tsx:584-967