#display-name issue

1 messages · Page 1 of 1 (latest)

shut ingot
#

Thanks I'll give this a look when I can this evening 🙂

shut ingot
#

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