Replies: 1 comment
-
@ddanilyuk This is the expected behavior as of today, and you'll see similar behavior in SwiftUI's We are open to improvements here, but we don't consider it a bug, so I'm going to convert this to a discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Found some weird behavior with AppStorageKey. The shared
publisher
is triggered after updating some unrelated UserDefaults values.Here is the XCTest, which is failing but should not.
Checklist
main
branch of this package.Expected behavior
No response
Actual behavior
No response
Reproducing project
https://github.com/ddanilyuk/SharedSubscriptionIssue/blob/main/TestSharedSubscriptionTests/TestSharedSubscriptionTests.swift
The Composable Architecture version information
1.15.2
Destination operating system
No response
Xcode version information
16.0
Swift Compiler version information
No response
Beta Was this translation helpful? Give feedback.
All reactions