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
d76fd248e6
commit
22f41d1b6c
|
@ -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(
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
"processors": [
|
||||
"stylelint-processor-styled-components"
|
||||
],
|
||||
"processors": ["stylelint-processor-styled-components"],
|
||||
"extends": [
|
||||
"stylelint-config-recommended",
|
||||
"stylelint-config-styled-components",
|
||||
|
|
|
@ -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