You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When referencing EnvironmentObject or @ObservedObject properties as bindings, we should make use of @Bindable or the Bindable initializer to prevent a build error.
Acceptance Criteria
Binding references to environment objects should no longer trigger errors after conversion
The text was updated successfully, but these errors were encountered:
Feature Proposal
When referencing
EnvironmentObject
or@ObservedObject
properties as bindings, we should make use of@Bindable
or theBindable
initializer to prevent a build error.Acceptance Criteria
The text was updated successfully, but these errors were encountered: