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
We need to decide what to do in Bootstrapper based in the initial state quite often. Right now this needs to be passed manually to implementation constructor, which is quite inconvenient when e.g deciding the initial state based on TimeCapsule, as a reference cannot be stored for it inside constructor.
Proposed solution is to change Bootstrapper and BaseFeature so that initial state is passed automatically to invocation.
The text was updated successfully, but these errors were encountered:
We need to decide what to do in
Bootstrapper
based in the initial state quite often. Right now this needs to be passed manually to implementation constructor, which is quite inconvenient when e.g deciding the initial state based onTimeCapsule
, as a reference cannot be stored for it inside constructor.Proposed solution is to change
Bootstrapper
andBaseFeature
so that initial state is passed automatically to invocation.The text was updated successfully, but these errors were encountered: