Closed p-himik closed 6 years ago
This is because we sort the subscription vectors, but those two values can't be sorted. We could probably sort based on the subscription keyword.
I've pushed a new version for this in 0.1.14-20171207.034045-3
can you let me know if it hasn't fixed the problem?
Whenever I try to open the subscription panel, I get:
followed by
I think it's probably because subscription vectors are compared without any checks, and I have subscriptions like
[:q [:score/id 1] :score/blues]
and[:q [:score/id 1] {:score/media '*}]
.