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
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?
The text was updated successfully, but these errors were encountered:
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 propertynames
with the same key name (names
), but when I readstore.beverage.names
, it incorrectly returned the value ofstore.names
instead ofstore.beverage.names
.Is this the expected?
The text was updated successfully, but these errors were encountered: