davstack icon indicating copy to clipboard operation
davstack copied to clipboard

Conflict between computed property and predefined property

Open AnYiEE opened this issue 1 year ago • 0 comments

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?

AnYiEE avatar Sep 05 '24 22:09 AnYiEE