使用standardJS ,我确实收到了这条线Parsing error: Unexpected token
的linting错误。因此我的 CI 失败了。
我不明白这条线有什么问题。我该如何解决这个问题?
export default (App) => {
return class Apollo extends React.Component {
static displayName = 'withApollo(App)' // <--
static async getInitialProps (ctx) {
// ...
}
}