mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 22:19:48 +03:00
Format
This commit is contained in:
parent
42cfee3ffa
commit
d3ea334bc9
|
@ -706,11 +706,9 @@ export function connect(preConfig: Config): ConnectResponse {
|
|||
};
|
||||
}
|
||||
|
||||
export function updateStore<S, A extends Action<unknown>>(
|
||||
stores: {
|
||||
[K in string | number]: EnhancedStore<S, A, unknown>;
|
||||
}
|
||||
) {
|
||||
export function updateStore<S, A extends Action<unknown>>(stores: {
|
||||
[K in string | number]: EnhancedStore<S, A, unknown>;
|
||||
}) {
|
||||
return function (newStore: EnhancedStore<S, A, unknown>, instanceId: number) {
|
||||
/* eslint-disable no-console */
|
||||
console.warn(
|
||||
|
|
|
@ -118,8 +118,7 @@ interface Tally {
|
|||
|
||||
export type QueryTally = {
|
||||
[key in QueryStatus]?: number;
|
||||
} &
|
||||
Tally;
|
||||
} & Tally;
|
||||
|
||||
export interface RtkRequestTiming {
|
||||
requestId: string;
|
||||
|
|
Loading…
Reference in New Issue
Block a user