FE-Combo / reaux

A lightweight React and Redux application framework designed for isomorphic multi-end data flow, with a strong emphasis on TypeScript strictness.
https://zedfight.gitbook.io/fe-combo/reaux/reaux-she-ji-yuan-li
MIT License
60 stars 5 forks source link

SyntaxError:Unexpected token '='. Expected an opening '(' before a method's parameter list. #75

Closed zedfight closed 10 months ago

zedfight commented 10 months ago

使用reaux-dom(v.1.3.1)在safari浏览器(v14.0.3)打开时报错

SyntaxError Unexpected token '='. Expected an opening '(' before a method's parameter list. Call Stack  ./node_modules/reaux-dom/src/Route.js   main.js:12772:5  undefined   main.js:14643:35  webpack_require__   main.js:14012:37  fn   main.js:14300:28  eval code   undefined:undefined:undefined  ./node_modules/reaux-dom/index.js   main.js:12552:5  undefined   main.js:14643:35  webpack_require__   main.js:14012:37  fn   main.js:14300:28  eval code   undefined:undefined:undefined

zedfight commented 10 months ago

升级 reaux-domv1.4.2+