您好汇总专家我有一个React组件和一个使用相同导入的商店//文件:ProfileStore.jsimportProfilesActionsfrom'./ProfilesActions.js'....--//文件:Component.jsimportProfilesStorefrom'../flux/ProfilesStore'....render:function(){....ProfilesActions.doSomething();....}我的输出结果很奇怪:varProfilesActions$1=.....//TheProfileActionsimplementationv