https://github.com/Rezonans/redux-async-connect/issues/57 解决方案很简单。。。。 加一个判断。。。 @asyncConnect([{ key
https://github.com/Rezonans/redux-async-connect/issues/57
解决方案很简单。。。。
加一个判断。。。
@asyncConnect([{ key: 'config', promise: (options) => { const state = options.store.getState(); if (!state.config) { return options.helpers.client.get('config'); } },}])