C:\Users\pat\Documents\GitHub\js\flux\backend\dist\http.js:7
const node_fetch_1 = __importDefault(require\flux\backend\node_modules\node-fetch\src\index.js from C:\Users\pat\Documents\GitHub\js\flux\backendInstead change the require of i
(/var/www/public/flux/node_modules/babel-core/lib/transformation/file/options/option-manager.js:307:/option-manager.js:465:10)
at File.initOptions (/var/www/public/flux/node_m
我习惯于构建反作用应用程序,并使用Flux模式进行构建。我已经(正确地)将Flux集成到我的中,但是dispatcher上的register函数似乎完全没有响应。Actions.jsimport AppDispatcher from '..import { Dispatcher } from 'flux';
我