Skip to content

Commit d5bf492

Browse files
committed
Merge pull request #62 from PSpSynedra/patch-1
Enforce shape of store property
2 parents cc97853 + fc01d57 commit d5bf492

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/createProvider.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export default function createProvider(React) {
1010
};
1111

1212
static propTypes = {
13-
children: PropTypes.func.isRequired
13+
children: PropTypes.func.isRequired,
14+
store: storeShape.isRequired
1415
};
1516

1617
getChildContext() {

0 commit comments

Comments
 (0)