loom
loom copied to clipboard
remove-nodes* for BasicEditableDigraph throws null exception in cljs
This is the weirdest problem. In the remove-nodes*
implementation for BasicEditableDigraph, an exception gets thrown because (:in g)
returns nil
. (get g :in)
returns a correct value and calling (:in g)
outside of the :remove-nodes*
implementation function works OK too.
I'm using clojurescript 1.10.844 and shadow-cljs 2.13.0
Bump, I'm having the same issue.