提交 c28f4674 编写于 作者: T Tim Reynolds 提交者: Tim Neutkens

Remove with-styled-components Auto Prerendering warning (#7871)

上级 8c5209ef
......@@ -9,16 +9,6 @@ const theme = {
}
export default class MyApp extends App {
static async getInitialProps ({ Component, ctx }) {
let pageProps = {}
if (Component.getInitialProps) {
pageProps = await Component.getInitialProps(ctx)
}
return { pageProps }
}
render () {
const { Component, pageProps } = this.props
return (
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册