elmish / hmr

Hot Module Replacement for Elmish apps
https://elmish.github.io/hmr
Other
28 stars 9 forks source link

TryParse' could not be determined based on type information prior to this program point #27

Closed albertwoo closed 3 years ago

albertwoo commented 3 years ago

Description

Because Fable.Elmish.HMR 4.0.1 is using Fable.Elmish.Browser 3.0.1 and that library has bugs when using Fable 3. We need to upgrade the dependencies to improve the user experience otherwise we have to add Fable.Elmish.Browser in our project and use its latest version.

MangelMaxime commented 3 years ago

@albertwoo I just released version 4.1.0 which use version 3.0.4 of Fable.Elmish.Browser. Can you please give it a try?