You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Composition: set most_recent_context in execute (#3195)
- other Components generally set in their execute methods
- setting only in Composition.run fails to set when a Composition is
nested, because only execute gets called
- must still be set in Composition.run in case Composition is empty
0 commit comments