keechma

Keechma stack. Mention @U050986L9 or @U2J1PHYNM if you have any questions
mihaelkonjevic 2021-03-18T21:10:47.010Z

@singhamritpal49 I had a reminder to answer you, but since this Slack is on the free account, it seems that the message somehow got lost. Can you please repost the question?

fsd 2021-03-19T14:46:51.010200Z

Hello @mihaelkonjevic Thanks for getting, I had solved that problem. I was getting nil as value for the following. I was just using (= feature.source "selected-item") so it turns out if supposed to be like (= (.-source ^js feature) "selected-item") I am JavaScript developer so I thought maybe we can use . in objects.

👍 1
mihaelkonjevic 2021-03-19T15:46:07.010500Z

you can use libraries like https://github.com/applied-science/js-interop or https://github.com/binaryage/cljs-oops for cases like that

fsd 2021-03-19T18:22:18.010900Z

Thanks for sharing