core icon indicating copy to clipboard operation
core copied to clipboard

F# anonymous records can break `client` helper of UI

Open Jand42 opened this issue 4 years ago • 0 comments

See gitter thread at: https://gitter.im/intellifactory/websharper?at=6106a06172c37b6f4585c383

Workaround: use named record types for any method signatures that you intent to call from client instead.

Issue must be something about the anonymous record type being named differently during compile-time and runtime. Low priority bug, hard to reproduce, it worked for simple cases I have tested.

Jand42 avatar Aug 04 '21 07:08 Jand42