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?
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 propertynameswith the same key name (names), but when I readstore.beverage.names, it incorrectly returned the value ofstore.namesinstead ofstore.beverage.names.Is this the expected?