Skip to content

Commit

Permalink
fix: do not purge in example app
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Sep 29, 2020
1 parent 6ae2390 commit f45816f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/web/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ createClient().then(client => {

render(<App />, document.getElementById('root'));
setTimeout(() => {
client.resetStore();
persistor.purge();
// client.resetStore();
// persistor.purge();
}, 3000);
});

0 comments on commit f45816f

Please sign in to comment.