reducer.js 报错:Assign arrow function to a variable before exporti
reducer.js 报错:Assign arrow function to a variable before exporting as module default import/no-anonymous-default-export

翻译过来就是:在模块导入导出之前,将箭头函数指定给变量
原来是这样:

改成这样:

reducer.js 报错:Assign arrow function to a variable before exporting as module default import/no-anonymous-default-export
翻译过来就是:在模块导入导出之前,将箭头函数指定给变量
原来是这样:
改成这样: