interface ConnectProps {
    context?: Context<ReactReduxContextValue<any, AnyAction>>;
    store?: Store<any, AnyAction>;
}

Properties

Properties

context?: Context<ReactReduxContextValue<any, AnyAction>>

A custom Context instance that the component can use to access the store from an alternate Provider using that same Context instance

store?: Store<any, AnyAction>

A Redux store instance to be used for subscriptions instead of the store from a Provider