mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-25 15:40:06 +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>) {
|
||||
super(props);
|
||||
|
||||
if (ReactReduxContext) {
|
||||
if (ReactReduxContext as typeof ReactReduxContext | undefined) {
|
||||
if (this.props.store && !this.props.store.liftedStore) {
|
||||
logError('NoLiftedStore');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user