jarohen / flow

Lightweight library to help you write dynamic CLJS webapps
38 stars 7 forks source link

img element not updating on state change #1

Closed lsnape closed 9 years ago

lsnape commented 10 years ago

The atom updates and the enclosing f/el executes, but the img element in the DOM remains the same.

https://gist.github.com/lsnape/1d77d4d50cafe2fdbd51

jarohen commented 10 years ago

Thanks - as discussed, think this is a problem with multiple let bindings.

jarohen commented 9 years ago

Hey Luke - guessing this is solved by the b3 re-write? Haven't been able to duplicate this since...?

James

lsnape commented 9 years ago

Not completely certain but haven't seen it since the time I reported it.

jarohen commented 9 years ago

Cool - will close for now, feel free to re-open if you spot it in the new version.