Change “syncError” to “hasSyncError” and “notSyncing” to “isNotSyncing” to improve clarity and align with Swift naming conventions. Correct property wrappers in example code. Add Equatable conformance to SyncState for compatibility with onChange() modifier.
Change “syncError” to “hasSyncError” and “notSyncing” to “isNotSyncing” to improve clarity and align with Swift naming conventions. Correct property wrappers in example code. Add Equatable conformance to SyncState for compatibility with onChange() modifier.