@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?
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.
you can use libraries like https://github.com/applied-science/js-interop or https://github.com/binaryage/cljs-oops for cases like that
Thanks for sharing