私はstandardJS(eslint)を使用しています。この行について、parsing error: Unexpected token = (null)
私は理解していない を取得します:
static displayName = `WithData(${getComponentDisplayName(ComposedComponent)})`
構成を追加する必要はありますか? 私はpackage.jsonでこれを使用しています:
"standard": {
"env": [
"mocha"
],
"global": [
"React"
]
}