fix: fatal error on iOS Chrome

This commit is contained in:
himself65
2023-03-28 04:13:03 -05:00
parent 7d3ae9a0c9
commit abdee7fac2
3 changed files with 6 additions and 2 deletions

View File

@@ -30,7 +30,6 @@ type AppPropsWithLayout = AppProps & {
const EmptyLayout = (page: ReactElement) => page;
const clientSideEmotionCache = createEmotionCache();
const helmetContext = {};
const App = function App({
Component,