You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@OnurGumus Are you trying to add a new library to the REPL?
You probably upgraded Thoth.Json version without upgrading the version of the compiler used to compile it. So, it is complaining because that version of the compiler can't compile this version of Thoth.Json
When I added Fable.Reaction, building fails with below error
@MangelMaxime :)
The text was updated successfully, but these errors were encountered: