There's generally two solutions: 1. lift all of y...
# squarelibraries
k
There's generally two solutions: 1. lift all of your "member" presenter code out into a top level (potentially private) function in the file. 2. key most things by
this
. we've opted for the former because it's a more easily enforced pattern.
e
Wouldn't another solution be to ensure that you never have more than one instance in a composition?