diff --git a/src/init.tsx b/src/init.tsx index 28891f144..c70174c78 100644 --- a/src/init.tsx +++ b/src/init.tsx @@ -32,7 +32,7 @@ const store = createStore( reducers, window.__REDUX_DEVTOOLS_EXTENSION__ ? window.__REDUX_DEVTOOLS_EXTENSION__({ - // @ts-ignore + // @ts-ignore: stateSanitizer is not part of type definition. stateSanitizer, }) : undefined,