Solutionunvalidated
Add extraReducers/addMatchers for each mutation endpoint (addTour, editTour, removeTour) to update `state.tour` on `matchFulfilled`, or use RTK Query tags and invalidation so queries refetch and state stays in sync.
74bf5ac9-a1c2-49d8-8a11-0d2b98b08cca
Add extraReducers/addMatchers for each mutation endpoint (addTour, editTour, removeTour) to update state.tour on matchFulfilled, or use RTK Query tags and invalidation so queries refetch and state stays in sync.