diff --git a/common/src/app/common/types/path/impl.cljc b/common/src/app/common/types/path/impl.cljc index bcfe392efb..cb973ca70e 100644 --- a/common/src/app/common/types/path/impl.cljc +++ b/common/src/app/common/types/path/impl.cljc @@ -307,7 +307,7 @@ clojure.lang.IHashEq (hasheq [this] (when-not hash - (set! hash (clojure.lang.Murmur3/hashOrdered (seq this)))) + (set! hash (clojure.lang.Murmur3/hashOrdered (vec this)))) hash) clojure.lang.Sequential