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 34163d2 commit 747cce2Copy full SHA for 747cce2
utils/context/AppContext.js
@@ -17,6 +17,7 @@ export const AppProvider = ({ children }) => {
17
setCart(cartData);
18
}
19
}, []);
20
+
21
return (
22
<AppContext.Provider value={[cart, setCart]}>
23
{children}
0 commit comments