cljfx

https://github.com/cljfx/cljfx
2019-08-12T14:31:17.025600Z

@hjrnunes it might be related to this, fixed in 1.4.0 https://github.com/cljfx/cljfx/pull/35

2019-08-12T14:32:02.026400Z

basically, if you assoc a new key, cljfx doesn't pick it up sometimes.

2019-08-12T14:35:38.027100Z

@ambrosebs Hi. Thanks

2019-08-12T14:35:41.027300Z

I got it fixed by removing :selected-item selection from the props map

2019-08-12T14:36:43.028200Z

Although I don't quite understand why

vlaaad 2019-08-12T14:38:20.028700Z

maybe selection wasn't present in your data vals?