repl icon indicating copy to clipboard operation
repl copied to clipboard

Adding Fable.Reaction cause Toth.Json error

Open OnurGumus opened this issue 4 years ago • 3 comments

When I added Fable.Reaction, building fails with below error

C:/Users/onur/source/repos/repl/paket-files/thoth-org/Thoth.Json/src/Decode.fs(913,16): (913,66) error FABLE: EnumOfValue only works if the enum type is known at compile time, try inlining the function
C:/Users/onur/source/repos/repl/paket-files/thoth-org/Thoth.Json/src/Decode.fs(920,16): (920,67) error FABLE: EnumOfValue only works if the enum type is known at compile time, try inlining the function
C:/Users/onur/source/repos/repl/paket-files/thoth-org/Thoth.Json/src/Decode.fs(927,16): (927,67) error FABLE: EnumOfValue only works if the enum type is known at compile time, try inlining the function
C:/Users/onur/source/repos/repl/paket-files/thoth-org/Thoth.Json/src/Decode.fs(934,16): (934,68) error FABLE: EnumOfValue only works if the enum type is known at compile time, try inlining the function
C:/Users/onur/source/repos/repl/paket-files/thoth-org/Thoth.Json/src/Decode.fs(941,16): (941,65) error FABLE: EnumOfValue only works if the enum type is known at compile time, try inlining the function
C:/Users/onur/source/repos/repl/paket-files/thoth-org/Thoth.Json/src/Decode.fs(948,16): (948,68) error FABLE: EnumOfValue only works if the enum type is known at compile time, try inlining the function

@MangelMaxime :)

OnurGumus avatar Apr 17 '20 19:04 OnurGumus