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
I can workaround with an #if FABLE_COMPILER guard. I like to compile without Fable to get intellisense working in Visual Studio. Once I do the proper build it works fine.
The text was updated successfully, but these errors were encountered:
It's a little experimental, but can you test the package Elmish.Bridge.DotNetClient? The Fable one only works in the browser, but this one should work for desktop apps.
Building the client to .NET (i.e. not with Fable) I get an error:
|> Program.withBridgeConfig ( Bridge.endpoint BridgeShared.endpoint |> Bridge.withMapping (ProjMgmt.Index.ServerMsg >> Users.Secure.InnerMsg) )
I can workaround with an #if FABLE_COMPILER guard. I like to compile without Fable to get intellisense working in Visual Studio. Once I do the proper build it works fine.
The text was updated successfully, but these errors were encountered: