mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
Update
This commit is contained in:
parent
f2021596e8
commit
9b1c35423b
|
@ -94,7 +94,7 @@ export default function createDevTools<
|
||||||
constructor(props: Props<S, A, MonitorState>) {
|
constructor(props: Props<S, A, MonitorState>) {
|
||||||
super(props);
|
super(props);
|
||||||
|
|
||||||
if (ReactReduxContext) {
|
if (ReactReduxContext as typeof ReactReduxContext | undefined) {
|
||||||
if (this.props.store && !this.props.store.liftedStore) {
|
if (this.props.store && !this.props.store.liftedStore) {
|
||||||
logError('NoLiftedStore');
|
logError('NoLiftedStore');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user