We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 552084a + 7e7fd55 commit c5aee66Copy full SHA for c5aee66
1 file changed
my-app/src/pages/App.jsx
@@ -20,7 +20,7 @@ function App({ model }) {
20
localStorage.removeItem("filterOptions");
21
};
22
23
- window.addEventListener("unload", clearStorageOnUnload);
+ // window.addEventListener("unload", clearStorageOnUnload);
24
25
return () => {
26
window.removeEventListener("unload", clearStorageOnUnload);
0 commit comments