79094480

Date: 2024-10-16 14:24:30
Score: 1.5
Natty:
Report link

First ensure that u have the Redux DevTools extension installed in your Chrome browser and use this code.

export const store = configureStore({ reducer: persistedReducer, middleware: (getDefaultMiddleware) => getDefaultMiddleware({ serializableCheck: false, }).concat(apiSlice.middleware), devTools: process.env.NODE_ENV !== 'production', // Enable Redux DevTools in development });

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Aleksandar Dutina