Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fable.Elmish 4.0 support #41

Open
mrakgr opened this issue May 4, 2023 · 1 comment
Open

Fable.Elmish 4.0 support #41

mrakgr opened this issue May 4, 2023 · 1 comment

Comments

@mrakgr
Copy link

mrakgr commented May 4, 2023

PS E:\Webdev\Fable\CFR-In-Fable\src\Server> paket add Fable.SignalR.Elmish
Paket version 7.2.1+8e4eb74b42fbd45f39f7afce9184c16ebb65f16c
Adding package 'Fable.SignalR.Elmish'
Resolving dependency graph...
  Conflict detected:
   - Fable.SignalR.Elmish 0.11.5 requested package Fable.Elmish: >= 3.1 < 4.0
   - Elmish.Bridge.Client 7.0.2 requested package Fable.Elmish: >= 4.0
   - Fable.Elmish.React 4.0 requested package Fable.Elmish: >= 4.0

At this point the library is out of date and needs upgrading.

    Fable.FastCheck (0.33)
      Fable.Core (>= 3.2.8 < 4.0)
      Fable.Elmish (>= 3.1 < 4.0)
      Fable.Promise (>= 2.2.2 < 3.0)
      FSharp.Core (>= 4.7.2)

In particular the library that is blocking us here is this one. Since FastCheck is just for testing, would it be possible to omit it?

@ArtemyB
Copy link

ArtemyB commented May 19, 2023

@mrakgr I have a fork of the repo with some updates and fixes, that I'm currently using in my project alongside with Feliz 2+ and Elmish 4+. I haven't tested it thoroughly, but for now it seems working fine in my pretty simple scenario (although it includes streaming). However if you encounter any problems just create an issue so I could know what to fix 🙂

P.S. @Shmew is not active for a long time and does not respond to any issues, PRs, etc. in all of his repos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants