Skip to content

Conflict between computed property and predefined property #14

@AnYiEE

Description

@AnYiEE

Hello, I encountered an error while using the @davstack/store, as described in this commit commit message.

I defined a property state.beverage.names, and then defined a computed property names with the same key name (names), but when I read store.beverage.names, it incorrectly returned the value of store.names instead of store.beverage.names.

Is this the expected?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions