loom icon indicating copy to clipboard operation
loom copied to clipboard

remove-nodes* for BasicEditableDigraph throws null exception in cljs

Open flyingmachine opened this issue 3 years ago • 1 comments

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

flyingmachine avatar May 15 '21 22:05 flyingmachine

Bump, I'm having the same issue.

conjurernix avatar Aug 05 '22 15:08 conjurernix