Phumzani

Results 1 comments of Phumzani

Hi, action.payload has the state of the whole app, please `console.log(action.payload)` in HYDRATE builder, _so this builder won't work_ ``` builder.addCase(HYDRATE, (state, action: any) => { return { ...state, ...action.payload,...