我正在尝试在Flux-React中设置最基本的应用程序。它的唯一目标是触发一个Action,该Action通过Dispatcher发送到已向Dispatcher注册的Store。存储将payload记录到控制台。除了Store之外的一切都运行良好,但是一旦它点击AppDispatcher.register,Flux就会抛出以下错误:UncaughtTypeError:Cannotsetproperty'ID_1'ofundefined这是导致错误的文件代码,但我已将整个项目放在https://github.com/bengrunfeld/react-flux-dispatcher-er