@bcherny did you guys really just solve work trees with this new agent mode because if so, amazing work! I can’t believe there’s no bigger celebration/chatter happening unless I’m just missing it. Thanks for the work you all do! PS I just now stumbled into it testing it out!
Anyone have thoughts on why changes to the Vuex store data in a nested object may not be updating components dependent on those changes?
Updating an item from Vuex Store https://t.co/8ne6XvCkJ9
@asantibanez Per the Vuex docs Getting Started page:
“Using store state in a component simply involves returning the state within a computed property, because the store state is reactive. Triggering changes simply means committing mutations in component methods.”