提交 e3499553 编写于 作者: D Dima 提交者: Tim Neutkens

unnecessary prop store in getInitialProps (#5983)

上级 c51ac8e8
......@@ -5,7 +5,7 @@ import App, { Container } from 'next/app'
import { initializeStore } from '../stores/store'
export default class MyApp extends App {
static async getInitialProps ({ Component, router, ctx }) {
static async getInitialProps ({ Component, ctx }) {
//
// Use getInitialProps as a step in the lifecycle when
// we can initialize our store
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册