From e1dc210272a8bc193fa86943563d2b2f1f7988cb Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sun, 2 Aug 2020 11:53:40 +0200 Subject: [PATCH] wrapRootElement is a render function --- .../gatsby/plugins/gatsby-plugin-top-layout/gatsby-browser.js | 2 +- examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-ssr.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-browser.js b/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-browser.js index 3cbda972914e46..dfe35226825768 100644 --- a/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-browser.js +++ b/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-browser.js @@ -1,4 +1,4 @@ -/* eslint-disable import/prefer-default-export, react/prop-types */ +/* eslint-disable import/prefer-default-export */ import React from 'react'; import TopLayout from './TopLayout'; diff --git a/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-ssr.js b/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-ssr.js index 3cbda972914e46..dfe35226825768 100644 --- a/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-ssr.js +++ b/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-ssr.js @@ -1,4 +1,4 @@ -/* eslint-disable import/prefer-default-export, react/prop-types */ +/* eslint-disable import/prefer-default-export */ import React from 'react'; import TopLayout from './TopLayout';