Skip to content

Commit c2bcf44

Browse files
Verdonckalfonsogarciacaro
authored andcommitted
Added #if !FABLE_COMPILER
1 parent eb13c03 commit c2bcf44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Fable.React/Fable.Helpers.ReactServer.fs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fable.Helpers.ReactServer
2-
2+
#if !FABLE_COMPILER
33
open System.IO
44
open System.Text.RegularExpressions
55

@@ -763,3 +763,4 @@ let renderToString (htmlNode: ReactElement): string =
763763
use html = new StringWriter()
764764
htmlNode |> Raw.writeTo html
765765
html.ToString()
766+
#endif

0 commit comments

Comments
 (0)