-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
The UUID class had a hex string cache that was buggy, we removed it and the option that controls whether or not to cache should be removed in the next major.
export class UUID extends Binary { static cacheHexString = false;