We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fec4a commit 5e35c68Copy full SHA for 5e35c68
src/reduxAutoloader.js
@@ -145,7 +145,7 @@ export default function reduxAutoloader({
145
this.debugLog('startRefresh: on mount with autoRefreshInterval');
146
this.props.startRefresh(getReducerName(this.props), {
147
apiCall: () => apiCall(this.getMappedProps(this.props)),
148
- loadImmediately: reloadOnMount,
+ loadImmediately: (this.props.updatedAt && reloadOnMount) || loadOnInitialize,
149
});
150
}
151
0 commit comments