Cody Johnson
Cody Johnson
Hi @ShaneMasuda, try unboxing and see if it works.
I *think* this will work `unbox(System.Func transition)` @cmeeren, @zaid-ajaj thoughts on how APIs that need `ReactElementType` can be better handled?
Yeah, you're using it correctly. I'm not really sure you even need it here, you could just try making the element itself and unboxing that, or `unbox(System.Func(fun props ref ->...
I just spent some time trying to figure this out, I'm not sure how to fix it right now :(. I could have sworn I already battled this issue before.
Hi @kentcb, Yeah I'd accept a PR for this. I think it can be made non-breaking as it could be an optional parameter.
Hi @kentcb, There are a lot of hoops to jump through to force everything to be type safe with how hubs are constructed. Due to how SignalR works I have...
I've admittedly had to struggle quite a bit to get Paket to build the NuGet package and handle multiple frameworks. I hadn't ever run into these issues when using this...
Hi @Slesa, I'm not sure what the cause of your compile error is, the `Http` module is in the `Fable.SignalR` package. I'd recommend checking your version of the Fable compiler...
> First of all, I must say this is a great project! Thanks! > Could you please add it to the community.json in the Fable website so it's easier for...
I'm a big fan of [docute](https://docute.org/) for writing my documentation lately. It obviously don't auto-generate the API reference, which is a big pain to write it all out but I...