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
Right now if you merge two ConfigLoaders there is no way to keep the reload. An empty reload will take its place.
One thing that could be done is that the reload is a function in the constructor or something that can also be merged/called one after the other, this needs a little bit of design!
Acceptance criteria
Document the fix in this issue
Code changes and tests
The text was updated successfully, but these errors were encountered:
Description
Right now if you merge two ConfigLoaders there is no way to keep the reload. An empty reload will take its place.
One thing that could be done is that the reload is a function in the constructor or something that can also be merged/called one after the other, this needs a little bit of design!
Acceptance criteria
The text was updated successfully, but these errors were encountered: