We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24305dd + d06ac4d commit 4be0e2eCopy full SHA for 4be0e2e
src/index.tsx
@@ -13,7 +13,7 @@ import '/node_modules/react-resizable/css/styles.css';
13
*/
14
const store = configureStore();
15
16
-// @ts-ignore
+// @ts-ignore - persist state in browser cache.
17
const persister = persistStore(store);
18
19
/** Wrap the application in a redux provider / browser cache persistance gate **/
0 commit comments