Fix application hang by ensuring filter state initialization and adding robustness guards

This commit is contained in:
Christian Vidal Wolf
2026-01-27 20:22:58 +01:00
parent ef5aeffca9
commit cb9beecaec
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -212,6 +212,7 @@ const App: React.FC = () => {
sku: [],
title: [],
week: [],
stock: [],
});
};