pixelprodev/appstrap

configuration reloads unset internal state

Closed this issue · 1 comments

In situations where a user does not specify an initialState property in their config, when a configuration dependency is reloaded - the state is also set to undefined. There is no condition preventing that from changing if the user has not specified an initial state and uses the --preserve false flag

the --preserve flag has to be triggered manually to get this working, so lessens the impact in the short term.

closed by #36