Optionally Add @ObservationIgnored
to ObservableObject
Lazy Properties
#6
Labels
🌈 Feature
A functional improvement to the app.
Feature Proposal
Add a flag to the command to mark any lazy property in an
ObservableObject
as@ObservationIgnored
, as otherwise lazy properties will cause build errors now. Decide whether it should be enabled or disabled by default.Acceptance Criteria
ObservableConverterCommand
and can be sent to Arguments when runningObservableObject
as@ObservationIgnored
The text was updated successfully, but these errors were encountered: