From 2390615ca0ad05d1449d77c7cccd6c04c00f40bb Mon Sep 17 00:00:00 2001 From: Valeriy Ivanov <71091206+va3y@users.noreply.github.com> Date: Mon, 16 May 2022 12:23:05 +0300 Subject: [PATCH] Fix playground warning about incorrectly loading stylesheets in Next.js (#1454) --- packages/playground-react/pages/_app.tsx | 21 ------------ packages/playground-react/pages/_document.tsx | 32 +++++++++++++++++++ 2 files changed, 32 insertions(+), 21 deletions(-) create mode 100644 packages/playground-react/pages/_document.tsx diff --git a/packages/playground-react/pages/_app.tsx b/packages/playground-react/pages/_app.tsx index ed848be..1fd7642 100644 --- a/packages/playground-react/pages/_app.tsx +++ b/packages/playground-react/pages/_app.tsx @@ -138,27 +138,6 @@ function KeyCaster() { function MyApp({ Component, pageProps }) { return ( <> -
- - - - - - - - - -