Skip to content

Commit

Permalink
Enabling redux devtools in production (#465)
Browse files Browse the repository at this point in the history
Co-authored-by: Ole Martin Handeland <git@olemartin.org>
  • Loading branch information
olemartinorg and Ole Martin Handeland authored Sep 13, 2022
1 parent 0afc5c9 commit e245b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/altinn-app-frontend/src/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const setupStore = (preloadedState?: PreloadedState<RootState>) => {

const innerStore = configureStore({
reducer: reducers,
devTools: isDev,
devTools: true,
middleware: (getDefaultMiddleware) =>
getDefaultMiddleware({
serializableCheck: isDev,
Expand Down

0 comments on commit e245b47

Please sign in to comment.