dangerouslySetInnerHTML on Fragment #4311
andriiradkevych
started this conversation in
General
Replies: 1 comment
-
+1 This request has come up several times and it would make sense to add to Preact, at least on the server. |
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
-
I have an string html , and I want to convert it to jsx . With
div
wrapper it is clear how to do it . But what about the case when I don't need any wrapper ?How can I convert string html to jsx in preact without any external library ? I use
Deno Fresh
, and here is described issue , which bring me here denoland/fresh#2360Beta Was this translation helpful? Give feedback.
All reactions