Replies: 1 comment
-
@ba01ei It's actually |
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
-
I get this error with Xcode 16 beta and the TCA 1.14.0, because both SwiftUI & TCA defined
@Bindable
, so I have to change it to@ComposableArchitecture.Bindable var store
instead, which works but doesn't look as nice. Is there a plan to rename TCA Bindable, or just remove TCA Bindable and rely on SwiftUI Bindable (once Xcode 16 is out of beta)?Beta Was this translation helpful? Give feedback.
All reactions