mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Suppress
This commit is contained in:
parent
6d42a46c43
commit
6b0be28937
|
@ -51,6 +51,7 @@ interface State {
|
||||||
size: number;
|
size: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
||||||
export default class App extends Component<{}, State> {
|
export default class App extends Component<{}, State> {
|
||||||
state: State = {
|
state: State = {
|
||||||
positionIdx: 0,
|
positionIdx: 0,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user