Skip to content

Instantly share code, notes, and snippets.

@jorarmarfin
Created July 26, 2024 03:42
Show Gist options
  • Save jorarmarfin/ee1ec19a64d5a6381ccfc23449d21a5d to your computer and use it in GitHub Desktop.
Save jorarmarfin/ee1ec19a64d5a6381ccfc23449d21a5d to your computer and use it in GitHub Desktop.
import {configureStore} from "@reduxjs/toolkit";
export const store = configureStore({
reducer: {
counter: CounterSlice.reducer,
},
// middleware: (getDefaultMiddleware) => getDefaultMiddleware({
// serializableCheck: false
// })
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment