This commit is contained in:
Zalmoxisus 2018-12-20 19:04:40 +02:00
parent fef81b1618
commit 9a719707db

View File

@ -78,7 +78,7 @@ export default function createDevTools(children) {
</Provider> </Provider>
); );
} }
return( return (
<ReactReduxContext.Consumer> <ReactReduxContext.Consumer>
{props => { {props => {
if (!props || !props.store) { if (!props || !props.store) {