Reaction Commerce:TypeError:require(...).__ SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED未定义

时间:2017-10-30 06:26:55

标签: javascript reactjs meteor

使用rc run将Reaction Commerce从1.4.x升级到1.5.x我在Firefox中收到此错误:

TypeError: require(...).__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED is undefined

Chrome中的这些错误:

Uncaught TypeError: Cannot read property 'EventPluginHub' of undefined
Uncaught TypeError: Cannot read property 'marketplaceEnabled' of undefined

我发现imports/plugins/core/ui/client/helpers/react-template-helper.js我认为React主要被加载。有什么想法可以在这里丢失吗?

问题源代码: https://github.com/MassDistributionMedia/rc-ca-blinds/tree/custom-cart_rc1.5.6

1 个答案:

答案 0 :(得分:2)

请从client / modules / core / main.js中删除react-tap-event-plugin。它不再是必要的。