Skip to content

StoreChunk Slices do not work for multiple slices. #89

@SoftwareWizard

Description

@SoftwareWizard

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions