Fix Stop.tsx error TS2612: Property 'props' will overwrite the base property in 'Component<StopProps, {}, any>' (#1777)

This commit is contained in:
DominicTobias
2022-07-25 11:10:43 +01:00
committed by GitHub
parent 286c02fac4
commit 211acf0040
-1
View File
@@ -9,7 +9,6 @@ export interface StopProps {
}
export default class Stop extends Component<StopProps, {}> {
props!: StopProps;
static displayName = 'Stop';
setNativeProps = () => {