untangled

NEW CHANNEL: #fulcro
tony.kay 2017-02-04T01:09:09.002803Z

@gardnervickers Hm. That will take a lot more thinking that I have the brain power for today 😉 I'd have to go through the usages and/or specs of that function and make sure we're not changing a behavior that is required.

gardnervickers 2017-02-04T01:10:01.002804Z

I think there I was trying to use load when I should have been using load-field

tony.kay 2017-02-04T01:10:28.002805Z

Ah, well, load-field has that specific use-case as a specialization

tony.kay 2017-02-04T01:10:46.002806Z

but load is intended to be a more general-purpose function than load-data that can cover the case.

tony.kay 2017-02-04T01:11:04.002807Z

In either case, it should be clearer what should happen

tony.kay 2017-02-04T01:11:27.002808Z

If we allow a load by ident with load (which we do), then it does make sense that the loaded things should re-render

tony.kay 2017-02-04T01:11:48.002809Z

but perhaps that works and your use-case was just doing something incorrect?

tony.kay 2017-02-04T01:11:52.002810Z

is that what you mean?

gardnervickers 2017-02-04T01:15:47.002811Z

Knowing that, I guess we were actually seeing an issue where a (load <ident> …) would not queue up the <ident> for re-render.

gardnervickers 2017-02-04T01:16:28.002812Z

It does work on load-data however, because there we set data-field which is what pointed me to that cond.

gardnervickers 2017-02-04T01:16:59.002813Z

I can repro tomorrow in a devcard, pretty out of gas for tonight though. Thanks for your help!

tony.kay 2017-02-04T01:17:24.002814Z

That works. Me too. Headed home.

mitchelkuijpers 2017-02-04T19:49:01.002815Z

@doddenino I think you need version 0.6.1

mitchelkuijpers 2017-02-04T19:50:28.002816Z

I am sure actually see: https://github.com/untangled-web/untangled-client/blob/master/CHANGELOG.md