# hmm i just changed it to ctx.renderPage = () => originalRenderPage({ enhanceApp: (App: any) => (props) => { const app = <App emotionCache={cache} {...props} />; return app; }, });``` and the error went right away