Using 2 StoreChunks with the same FeatureKey and different slices,
leads to unexpected behaviour.
The State of each Slice is correctly initialized when its corresponding facade is getting injected in a component.
But only one slice at the same time.
When another Facade with the same featureKey but another Slice is getting injected in a component,
than the previous Slice is getting removed and all the States of it.
Expected Behavoir:
All Slices within the Chunk of the same FeatureKey should be available at the same time.
The original version with @StoreFacade (that is depricated now) worked fine for different slices,
but needed manual registration of Reducers.
Using 2 StoreChunks with the same FeatureKey and different slices,
leads to unexpected behaviour.
The State of each Slice is correctly initialized when its corresponding facade is getting injected in a component.
But only one slice at the same time.
When another Facade with the same featureKey but another Slice is getting injected in a component,
than the previous Slice is getting removed and all the States of it.
Expected Behavoir:
All Slices within the Chunk of the same FeatureKey should be available at the same time.
The original version with @StoreFacade (that is depricated now) worked fine for different slices,
but needed manual registration of Reducers.