RN Exception: Using the export k
2019-03-12 本文已影响0人
_凌浩雨
异常
异常.png解决方法
在.eslintrc中添加"legacyDecorators": true
属性
"parserOptions": {
"ecmaFeatures": {
"legacyDecorators": true
}
},
在.eslintrc中添加"legacyDecorators": true
属性
"parserOptions": {
"ecmaFeatures": {
"legacyDecorators": true
}
},