Skip to content

Instantly share code, notes, and snippets.

@kenakingkong
Created November 25, 2020 23:09
Show Gist options
  • Save kenakingkong/04b55019b96db5ea87b2c5e671a01577 to your computer and use it in GitHub Desktop.
Save kenakingkong/04b55019b96db5ea87b2c5e671a01577 to your computer and use it in GitHub Desktop.
import * as React from "react"
import { MediaContextProvider } from "./src/media"
export const wrapRootElement = ({ element }) => (
<MediaContextProvider>{element}</MediaContextProvider>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment