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
This mutation doesn't affect the state at all, instead it modifies the arrays that are passed in as arguments. It works because the passed in values arrays happen to be the arrays from the store, but I don't think you're supposed to be modifying them directly.
Please discuss, I could be misunderstanding something.
The text was updated successfully, but these errors were encountered:
watch-us-build-trello/src/store.js
Lines 45 to 48 in a742aab
This mutation doesn't affect the state at all, instead it modifies the arrays that are passed in as arguments. It works because the passed in values arrays happen to be the arrays from the store, but I don't think you're supposed to be modifying them directly.
Please discuss, I could be misunderstanding something.
The text was updated successfully, but these errors were encountered: