Problemunvalidated
extraReducers:{ [getAllJobs.pending]: (state)=>{ state.loading=true; }, — export const jobDetails=createSlice({ name:"jobDetails",. Tension: The object syntax for `createSlice.extraReducers` has been deprecated since version 1.9.0 and then removed in v2.0.0. Outcome: you have to convert the object into the builder callback syntax.
9816d240-6b4f-47bc-9fa4-5ea8f9fe3f13
extraReducers:{
[getAllJobs.pending]: (state)=>{
state.loading=true;
}, — export const jobDetails=createSlice({
name:"jobDetails",. Tension: The object syntax for createSlice.extraReducers has been deprecated since version 1.9.0 and then removed in v2.0.0. Outcome: you have to convert the object into the builder callback syntax.