I do get an Parsing error: Unexpected token
linting error for this line using standardJS. Therefore my CI is failing.
I don't understand what is wrong with this line. How could I fix this?
export default (App) => {
return class Apollo extends React.Component {
static displayName = 'withApollo(App)' // <--
static async getInitialProps (ctx) {
// ...
}
}