We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c65820 commit 05c2969Copy full SHA for 05c2969
Sources/VRCKit/Utils/SafeDecodingArray.swift
@@ -26,6 +26,6 @@ extension SafeDecodingArray: Codable {
26
27
extension SafeDecodingArray: Hashable {
28
public static func == (lhs: SafeDecodingArray<Element>, rhs: SafeDecodingArray<Element>) -> Bool {
29
- lhs == rhs
+ lhs.elements.hashValue == rhs.elements.hashValue
30
}
31
0 commit comments