Skip to content

STATE-TREE not updated by "module" mutation #43

@cernymilan

Description

@cernymilan

When I use cerebral version 4 module provider api to update state
eg.: module.merge('dimensions', dimensions)
where module has path 'app'.
In Cerbral Debugger: MUTATIONS tab shows the mutation but STATE-TREE tab has no data at path app.dimension:
app: { dimensions: { } }
But when I use state provider:
state.merge('app.dimensions', dimensions)
everything works -> STATE_TREE shows changed data right.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions