Here's a component in which I tried to wrap cytoscape's imperative interface. Note the line (.add cyto sorted)
. I'm getting the error ;; => #object[TypeError TypeError: cyto.add is not a function]
. What should I change?
thank you for your help @p-himik!
cyto
is an atom. Use (.add @cyto sorted)
.