This issue is resolved by adding combineReducer as shown below:
import { combineReducers } from "@reduxjs/toolkit"; import authReducer from "./authReducer";
const rootReducer = combineReducers({auth: authReducer, });
export default rootReducer;
Then the contentSlice is displayed in Redux:
Thank you team very appreciated for your support.God bless you.