-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add a example #48
Comments
+1. I found that routing :: Routes
routing = ...
routeProducer ::
forall eff. Producer Routes (Aff (avar :: AVAR | eff)) Unit
routeProducer = produce \emit -> do
matches routing $ \old new -> emit $ Left new |
@krisajenkins Yeah, that's probably the recommended why if you are using Aff. |
Thanks for confirming @natefaubion. :-) So it seems like this this, #49, #40 and #42 are all the same issue then, right? |
After upgrading Aff to 4.0.0, something has broken.
I think adding a example to demo routing in Halogen App is a good idea.
Powered By Halogen 3.0.1
The text was updated successfully, but these errors were encountered: