-
Notifications
You must be signed in to change notification settings - Fork 32
Conversation
I tried another example forked from a previous example and updated for the latest build. This one has the same problems. It appears that I broke something related to how hyperscript is rendering the virtual nodes? It doesn't look like it's properly subscribing to Observable props... |
Even this super-simple example doesn't work when we use an observable as content. |
A few things:
|
Duh. It works when I update to beta-7.
If we're using the global UMD build of Rx do we need to add the operators? |
Yeah, everything seems to work fine on JSBin now. Here's an example with "extra" operators. I'm still open to ideas about the name/location of the |
I could also add a small section to the readme that shows how to use Yolk from JSBin. It is such a useful way to submit examples of bugs, etc. |
Too bad github doesn't do what StackOverflow started doing when you include jsbin's and the like (the execute button) |
This LGTM with a few notes:
|
LGTM Let's see if we can get this in today as I'm currently using @geekytime older Yolk build for our production :P |
Yeah, if you want to avoid the merge commits I can rebase. Just to be clear, you want me to force-push back to this branch, right? You're okay with me rewriting history? |
Er. I guess I did that wrong. My git-fu is not strong, today. 😒 |
Something I did in git ticked off github, and it closed this automatically. I opened #94 instead. I apologize for my lack of inter-fork rebasing skills. |
Sorry if my branch problems caused you any headaches. If you need a stopgap until #94 gets merged, you can use: https://rawgit.com/StateFarmIns/yolk/add-browser-distributable/dist/yolk.min.js |
👏 |
This one sort of works from JSBin.
I had trouble getting a more complex example to work, but perhaps I am just bad at hyperscript? It seems to me that it's the right type going in there, but maybe this is related to the type-checking problems you discussed in other issues @garbles?
I can rebase and clean up before we merge, but I wanted to get it up where we can play with it.