Phumzani
Results
1
comments of
Phumzani
Redux toolkit. reducers and extraReducer is work but useSelector (for type) dont give updated state.
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,...