Skip to content

Instantly share code, notes, and snippets.

@DSchau
Last active January 29, 2019 17:03
Show Gist options
  • Select an option

  • Save DSchau/3441eb8a48e5d4cdca42ed1f3e447c87 to your computer and use it in GitHub Desktop.

Select an option

Save DSchau/3441eb8a48e5d4cdca42ed1f3e447c87 to your computer and use it in GitHub Desktop.
Example with Gatsby Browser APIs
import React from 'react'
import { wrapRootElement } from 'gatsby/browser'
wrapRootElement(({ element }) => (
<div>{element}</div>
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment