dangerouslySetInnerHTML on Fragment #4311
andriiradkevych
started this conversation in
General
Replies: 1 comment 1 reply
-
+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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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