这是将 reduxForm 与我的视图层联系起来的代码。我不断收到语法错误!有人可以发光吗?
Module build failed: SyntaxError: Unexpected token (80:43)
78 | const fields = ['title', 'platform']
79 |
80 | const BannerFormContainer = reduxForm({form: 'banner', fields})(BannerNewForm);
error right here ^