I was doing the Vue Mastery Real World Testing course and it seems like in this line you need this line: https://github.com/Code-Pop/Vuex_Fundamentals/blob/e7df97a74e096dc86f678a991da5d68ef8f00a6b/src/store/index.js#L41 to be `fetchEvent({ commit, state }, id) {` so that the action can access state.
I was doing the Vue Mastery Real World Testing course and it seems like in this line you need this line:
Vuex_Fundamentals/src/store/index.js
Line 41 in e7df97a
to be
fetchEvent({ commit, state }, id) {so that the action can access state.