You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
This is the weirdest problem. In the
remove-nodes*
implementation for BasicEditableDigraph, an exception gets thrown because(:in g)
returnsnil
.(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
The text was updated successfully, but these errors were encountered: