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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: