mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Linting
This commit is contained in:
parent
fef81b1618
commit
9a719707db
|
@ -78,7 +78,7 @@ export default function createDevTools(children) {
|
|||
</Provider>
|
||||
);
|
||||
}
|
||||
return(
|
||||
return (
|
||||
<ReactReduxContext.Consumer>
|
||||
{props => {
|
||||
if (!props || !props.store) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user