Solutionunvalidated
You'll need to merge the nested properties of the user explicitly by using the spread operator. Tension: merge the nested properties of the user explicitly. Outcome: user: { ...state.user, favoriteMovies: [...state.user.favoriteMovies, id] }.
89af0842-23d5-4d97-8d2d-127545052a48
You'll need to merge the nested properties of the user explicitly by using the spread operator. Tension: merge the nested properties of the user explicitly. Outcome: user: { ...state.user, favoriteMovies: [...state.user.favoriteMovies, id] }.