Fork me on GitHub
#reagent
<
2015-08-31
>
gadfly36102:08:10

Just a heads up, added +garden profile to re-frame-template https://github.com/Day8/re-frame-template/

gadfly36102:08:26

If anyone is interested in making a +heroku profile, i'd be interested in a PR simple_smile

wqhhust04:08:05

I tried to figure out why it works on pc browser but not on mobile, but failed. could anybody kindly take a look?

gadfly36104:08:40

When compiling your repo, I get a couple of warnings.

gadfly36104:08:48

WARNING: Use of undeclared Var test-frame.views/show-detail at line 11 src/cljs/test_frame/views.cljs

gadfly36104:08:32

show-detail (line 11) is being used before it is defined (line 18): https://github.com/wqhhust/test_frame/blob/master/src/cljs/test_frame/views.cljs#L11

gadfly36104:08:19

haven't read through the logic, but try getting rid of the two warnings

paulspencerwilliams10:08:35

@gadfly361: that worked a treat, and is what @darwin was suggested, but the combination of understanding r/dom-node & including deref ing chart data in render output prevented my attempts. It really different to my approach and I’m just absorbing it.

paulspencerwilliams10:08:01

also, I’d not picked up on the this variable that can be supplied to did-mount functions.