将应用程序从 Fluxible v0.4.x 升级到 v1.0.x,一切看起来都很好,除了这个错误现在正在发生。context.createElement is not a function
相关的代码行似乎是:
// ...
var app = new Fluxible({
component: Application
});
// ...
var context = app.createContext();
// ...
React.renderToString(context.createElement());
关于在哪里寻找或修复什么的任何想法?