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 1309cf2 commit 04329f3Copy full SHA for 04329f3
pages/_app.js
@@ -7,7 +7,6 @@ import NProgress from 'nprogress';
7
import Footer from 'components/Footer/Footer.component';
8
9
import "styles/index.css";
10
-//import 'styles/algolia.min.css'; // Not needed?
11
import 'styles/animate.min.css';
12
import 'nprogress/nprogress.css';
13
utils/context/AppContext.js
@@ -1,6 +1,6 @@
1
import React, { useState, useEffect } from 'react';
2
3
-export const AppContext = React.createContext([{}, () => {}]);
+export const AppContext = React.createContext();
4
5
/**
6
* Provides a global application context for the entire application with the cart contents
0 commit comments