We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086ad1b commit f2d343fCopy full SHA for f2d343f
modules/ReduxAsyncConnect.js
@@ -80,6 +80,8 @@ class ReduxAsyncConnect extends React.Component {
80
81
if (!dataLoaded) { // we dont need it if we already made it on server-side
82
this.loadAsyncData(this.props);
83
+ } else {
84
+ this.setState({propsToShow: this.props});
85
}
86
87
0 commit comments