forked from sombochea/verdaccio-ui
feat: upgraded typescript to 3.6.3 (#145)
This commit is contained in:
committed by
Juan Picado @jotadeveloper
parent
74576bda12
commit
f8a1f2cbb8
@@ -17,10 +17,6 @@ export interface State {
|
||||
loaded: boolean;
|
||||
error: boolean;
|
||||
}
|
||||
interface AbortControllerInterface {
|
||||
signal: () => void;
|
||||
abort: () => void;
|
||||
}
|
||||
|
||||
export type cancelAllSearchRequests = () => void;
|
||||
export type handlePackagesClearRequested = () => void;
|
||||
@@ -169,7 +165,7 @@ export class Search extends Component<RouteComponentProps<{}>, State> {
|
||||
}
|
||||
};
|
||||
|
||||
private requestList: AbortControllerInterface[];
|
||||
private requestList: AbortController[];
|
||||
|
||||
public getAdorment(): JSX.Element {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user