mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Linting
This commit is contained in:
parent
fef81b1618
commit
9a719707db
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user