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