We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5209e commit c28f467Copy full SHA for c28f467
examples/with-styled-components/pages/_app.js
@@ -9,16 +9,6 @@ const theme = {
9
}
10
11
export default class MyApp extends App {
12
- static async getInitialProps ({ Component, ctx }) {
13
- let pageProps = {}
14
-
15
- if (Component.getInitialProps) {
16
- pageProps = await Component.getInitialProps(ctx)
17
- }
18
19
- return { pageProps }
20
21
22
render () {
23
const { Component, pageProps } = this.props
24
return (
0 commit comments