@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.
I think there I was trying to use load
when I should have been using load-field
Ah, well, load-field has that specific use-case as a specialization
but load
is intended to be a more general-purpose function than load-data
that can cover the case.
In either case, it should be clearer what should happen
If we allow a load by ident with load
(which we do), then it does make sense that the loaded things should re-render
but perhaps that works and your use-case was just doing something incorrect?
is that what you mean?
Knowing that, I guess we were actually seeing an issue where a (load <ident> …)
would not queue up the <ident>
for re-render.
It does work on load-data
however, because there we set data-field
which is what pointed me to that cond
.
I can repro tomorrow in a devcard, pretty out of gas for tonight though. Thanks for your help!
That works. Me too. Headed home.
@doddenino I think you need version 0.6.1
I am sure actually see: https://github.com/untangled-web/untangled-client/blob/master/CHANGELOG.md