elmish / react

Elmish React extensions for writing SPA and Native apps
https://elmish.github.io/react
Other
104 stars 21 forks source link

Fix `withReactNative` for Fable 2 #33

Closed alfonsogarciacaro closed 5 years ago

alfonsogarciacaro commented 5 years ago

See https://github.com/fable-compiler/Fable/issues/1709

typeof<'T> doesn't return the function constructor in Fable 2 anymore. Fable.Core.JsInterop.jsConstructor<'T> must be used instead.

et1975 commented 5 years ago

Thanks!