We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b126e5 commit 82f3a7dCopy full SHA for 82f3a7d
1 file changed
gatsby-ssr.js
@@ -5,3 +5,7 @@
5
*/
6
7
// You can delete this file if you're not using it
8
+
9
+import React from 'react'
10
+import { Provider } from './src/context/globalContext'
11
+export const wrapRootElement = ({ element }) => <Provider>{element}</Provider>
0 commit comments