使用rc run将Reaction从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的反应主要是加载的,我想。有什么好主意吗?
发布源代码:rc1.5.6
发布于 2017-11-05 10:09:10
请从client/模块/core/main.js中删除react抽头事件插件。已经没必要了。
https://stackoverflow.com/questions/47009195
复制相似问题