Closed zepumph closed 2 years ago
I immediately hit an issue where the Property was null when we needed to wire into it:
This line is called before the initialize is called.
So instead I used a new pattern I have been happy about where we hide the settable API so that it still is read-only as it pertains to the public API of the Announcer. I think this is an improvement. Anything else here?
I see, this pattern makes sense to me. Thanks!
Instead of a multilink, let's make this a DerivedProperty|null, and set in initialize. I'll report back