Skip to content

Commit fb63b3f

Browse files
committed
fix
1 parent 9554e17 commit fb63b3f

File tree

3 files changed

+15
-25
lines changed

3 files changed

+15
-25
lines changed

ComposableArchitecture.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

Lines changed: 13 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/ComposableArchitecture/Observation/Store+Observation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ extension Store: Identifiable {
4646
ID(
4747
objectIdentifier: ObjectIdentifier(self),
4848
stateIdentifier: Thread.isMainThread
49-
? MainActor.assumeIsolated {
49+
? MainActor._assumeIsolated {
5050
((currentState as? any Identifiable)?.id as? any Hashable)
5151
.map(AnyHashableSendable.init)
5252
}

0 commit comments

Comments
 (0)