79372461

Date: 2025-01-20 19:43:29
Score: 3.5
Natty:
Report link

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:

combineReducer

Thank you team very appreciated for your support.God bless you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): appreciated
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ismael Sanchez