-
Notifications
You must be signed in to change notification settings - Fork 27
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
Issues with lift #88
Comments
That's an omission. Hareactive is supposed to be self contained. Jabz is only an optional library that Hareactive intends to play nice with but it should not be required. funkia/hareactive@f273a1a fixes that. Now Hareactive exports its own Both 2 and 3 looks like bugs to me. |
Ok, thanks! Did your recent commit also try to fix the bugs 2 and 3? |
funkia/hareactive@2f4c333 should fix bug nr. 3. |
funkia/hareactive@8e5d576 should fix bug nr. 2. I'll close this issue for now. If the next release doesn't fix one or more of these problems for you then we'll reopen it 😄 |
(I made this issue in Turbine because that's where I'm trying to use
lift
but I can move this tojabz
if you prefer...)Do I import it from
jabz
and dolift(f, b1, b2)
? Or I use it asb1.lift(f, b2)
? It seems like mostjabz
things are importable fromhareactive
but not lift. Why is that?lift
doesn't seem to work for 4 behaviors but the documentation says "You can also combine in this fashion any number of behaviors"lift
doesn't work withloop
parameters in the second argument spot with errorthis.fn.last is not a function
:https://codesandbox.io/s/p56qm7lkwj
The text was updated successfully, but these errors were encountered: