mirror of
https://github.com/johndoe6345789/snippet-pastebin.git
synced 2026-04-24 13:34:55 +00:00
Generated by Spark: Ensure redux works with redux dev tools
This commit is contained in:
@@ -14,6 +14,11 @@ export const store = configureStore({
|
||||
getDefaultMiddleware({
|
||||
serializableCheck: false,
|
||||
}).concat(persistenceMiddleware),
|
||||
devTools: {
|
||||
name: 'CodeSnippet',
|
||||
trace: true,
|
||||
traceLimit: 25,
|
||||
},
|
||||
})
|
||||
|
||||
export type RootState = ReturnType<typeof store.getState>
|
||||
|
||||
Reference in New Issue
Block a user