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.
1 parent e563e9d commit d06ac4dCopy full SHA for d06ac4d
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