FWIW I run one composition per presenter. The issu...
# squarelibraries
k
FWIW I run one composition per presenter. The issue mentioned above happens when “layering” presenters for us and dynamically switching them out for different instances with different instance variables within the same composition. Intuitively I would expect a separate instance of a
Recomposer
to manage state separately, but would happily (and begrudgingly) be proven wrong 😬