Has anyone used the new @Observable property alongside Codable? I get warnings that it won't b...
@096d2c53 Observable implies Identifiable, right? If there’s no explicit Identifiable conformance, it probably adds a ‘let id = UUID()’ in the background. That (or something like it) is likely to be what Codable is complaining about.
Notes by Zimmie | export