This commit is contained in:
Nathan Bierema 2025-05-31 09:44:41 -04:00
parent f2021596e8
commit 9b1c35423b

View File

@ -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');
}