Replies: 1 comment 1 reply
-
Hi @JOyo246, this is a good catch! Would you be interested in PR'ing a fix for it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a WritableKeyPath accessor to grab a property on value, but that won't work if the property is a constant.
So, it seems like we have to do,
someIdentified.value.someProperty
, is that the best way?Is there a reason why something like this does not exist?
Beta Was this translation helpful? Give feedback.
All reactions