You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently got a "hello world" jsaddle app running on ghc-9.4.5, and reflex itself appears to support recent ghc, but I can't make a reflex web UI without reflex-dom.
Are there any technical barriers? Is there anything I can do to help?
The text was updated successfully, but these errors were encountered:
reflex-dom builds with ghc 9.6 in nixos-unstable today.
Fixes to get reflex-dom to run on 9.6 have at this point been implemented twice: #469 and #433, but not merged. There is also #448 for 9.4. And #470 for 9.8.
This is to say: There are no technical bariers, I have been using reflex-dom with 9.6 for months.
I could really use
reflex-dom
on newer ghc.I recently got a "hello world"
jsaddle
app running on ghc-9.4.5, andreflex
itself appears to support recent ghc, but I can't make a reflex web UI withoutreflex-dom
.Are there any technical barriers? Is there anything I can do to help?
The text was updated successfully, but these errors were encountered: