Replies: 1 comment 1 reply
-
On the one hand, yes it is a mistake. On the other hand is super easy to make this mistake anyway, by keeping Instance around rather than accessing it each time. Finally it will require not allowing a null action, or introducing an extra bit of state. |
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
-
It's probably too late until v2 if ever, but I wondered what your thoughts were. Is accessing
Instance
potentially not a mistake after letting theOwned<T>
be disposed?Beta Was this translation helpful? Give feedback.
All reactions