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 f83e4e5 commit 069c957Copy full SHA for 069c957
samples/photo_album/src/components/App.js
@@ -59,7 +59,7 @@ App.contextTypes = {
59
};
60
61
const AppContainer = connect(
62
- () => {},
+ null,
63
{ onPhotosFetched: photosFetched }
64
)(App);
65
Object.assign(AppContainer.contextTypes, App.contextTypes);
0 commit comments